Class StlUtil
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
srcIGetStlsrc
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
srcIGetStlsrc
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
srcIGetStlThe source STL geometry.
Returns
- Drawing
A sparkle line drawing, or null if the STL or its triangles are null.