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, at the source's default resolution. If the source yields no Stl, 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, at the source's default resolution. If the source yields no Stl, return null.

public static Drawing ToLineDrawing(this IGetStl src)

Parameters

src IGetStl

src

Returns

Drawing

Lines Drawing

ToSparkleLineDrawing(IGetStl)

Converts an STL geometry to a sparkle line drawing, at the source's default resolution.

public static Drawing ToSparkleLineDrawing(this IGetStl src)

Parameters

src IGetStl

The source STL geometry.

Returns

Drawing

A sparkle line drawing, or null if the STL or its triangles are null.