Provides methods to read and write an binary format STL file.
The BinarySTL..::.STLColor type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| BinarySTL..::.STLColor | Overloaded. |
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.) | |
| ToBytes | Converts the STLColor to an UInt16. | |
| ToString | Outputs the porperties in textual form. (Overrides Object..::.ToString()()().) |
Fields
| Name | Description | |
|---|---|---|
| _cDef | The color definition method. | |
| A | The alpha channel value [0..255] | |
| B | The blue color value [0..31] | |
| G | The green color value [0..31] | |
| IsValid | True if the color is valid, false otherwise. | |
| R | The red color value [0..31] |