Class StlRoot
- Namespace
- Aspose.CAD.FileFormats.Stl.StlObjects
- Assembly
- Aspose.CAD.dll
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.
[ComVisible(false)]
public class StlRoot
- Inheritance
-
StlRoot
- Inherited Members
Constructors
- StlRoot()
Initializes a new instance of the class.
Properties
- Shapes
Gets or sets the shapes.
- Vertices
Gets or sets the vertices.
Methods
- AddVertex(VertexDataUnit)
Add vertex.