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

NameDescription
StlRoot()Initializes a new instance of the class.

Properties

NameDescription
Shapes { get; set; }Gets or sets the shapes.
Vertices { get; set; }Gets or sets the vertices.

Methods

NameDescription
AddVertex(VertexDataUnit)Add vertex.

See Also