Table of Contents

Class StlUtil

Namespace
Hi.Geom
Assembly
HiDisp.dll

Utility for Stl.

public static class StlUtil
Inheritance
StlUtil
Inherited Members

Methods

ToFaceDrawing(IGetStl)

To Drawing, in form of faces. If GetStl() is null, return null.

public static Drawing ToFaceDrawing(this IGetStl src)

Parameters

src IGetStl

src

Returns

Drawing

Face Drawing

ToLineDrawing(IGetStl)

To Drawing, in form of lines. If GetStl() is null, return null.

public static Drawing ToLineDrawing(this IGetStl src)

Parameters

src IGetStl

src

Returns

Drawing

Lines Drawing