Stl | |
The StlExporter type exposes the following members.
| Name | Description | |
|---|---|---|
| ConvertToZUp | When true (false by default), then the model is converted from Y-up coordinate system to Z-up coordinate system. This is done by setting Y to Z and Z to -Y. | |
| HeaderText | Gets or sets the header text that will be written to the binary stl file header. Max text length is 79 ASCII chars. When null, then the DefaultHeaderText is used. | |
| ModelColor | When set (is not null) then the color is written to the binary stl file header after the "COLOR=" text. Some importer (including StlImporter) can read this color. |