The BinarySTL type exposes the following members.
Constructors
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() | GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | Read | Reads a binary format STL file. |
![]() | ToString | (Inherited from Object.) |
![]() | Write | Writes a binary STL file |
Fields
Name | Description | |
---|---|---|
![]() | ColorEncodingMethod | Defines the way an (optional) color is encoded.
Color bytes are expected in RGB order in Materialize Magics format.
Color bytes are expected in BGR order in VisCAM/SolidView format. |
![]() | Colors | Provides optional color information.
The color of Triangles[i] is Colors[i]. |
![]() | HasColors | 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. |