The ASCIISTL type exposes the following members.

Constructors

  NameDescription
ASCIISTL
Initializes a new instance of the ASCIISTL class

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(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 an ASCII format STL file.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)
Write
Writes a list of triangles in an ASCII format STL file.

Fields

  NameDescription
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.
SolidName
The name of the solid defined in the STL file.
Triangles
The triangles defined in the STL file.

See Also