The BinarySTL type exposes the following members.

Fields

  NameDescription
ColorDefinition
Defines the way a color is defined.
Colors
Provides color information - if any.
ContainsColorDefinitions
True if color definitions were found, false otherwise.
HasInconsitentNormals
True if the face normals defined in the STL file are not identical with the normal computed from the vertex orientation, false otherwise.
HasNegativeCoordinates
True if the STL file contains negative coordinates, false otherwise.
NumberOfDegenerateTriangles
The number of degenerate triangles that were not written or read, respectively.
NumberOfTrianglesRead
The number of (non-degenerate) triangles that were actually read.
NumberOfTrianglesWritten
The number of (non-degenerate) triangles that were actually written.
Triangles
The triangles defined in the STL file.

See Also