Aspose.CAD.FileFormats.Stl.StlObjects
The namespace contains classes for STL models.
Classes
| Class | Description |
|---|---|
| ColorDataUnit | Customize the color of the surface. |
| NormalDataUnit | Normal to the surface. |
| StlFace | Represents the face object for Stl image. It stores indices of vertex, texture and normal. |
| StlRoot | Represents root information for STL drawing. StlRoot contains data about vertices, materials, and shapes. Each shape contains information about set of faces with corresponding material, vertex and normal indices. |
| StlShape | Represents a shape object for Stl format. Contains information about set of faces with corresponding material, vertex, texture, and normal indices. |
| TriangularFacet | Triangular facet of the surface. |
| VertexDataUnit | The coordinates of the vertices triangle facets. |