Class StlRoot
StlRoot class
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.
public class StlRoot
Constructors
| Name | Description |
|---|---|
| StlRoot() | Initializes a new instance of the class. |
Properties
| Name | Description |
|---|---|
| Shapes { get; set; } | Gets or sets the shapes. |
| Vertices { get; set; } | Gets or sets the vertices. |
Methods
| Name | Description |
|---|---|
| AddVertex(VertexDataUnit) | Add vertex. |
See Also
- namespace Aspose.CAD.FileFormats.Stl.StlObjects
- assembly Aspose.CAD