Click or drag to resize
Ab4d.SharpEngine logo

StlExporter Properties

The StlExporter type exposes the following members.

Properties
 NameDescription
Public propertyConvertToZUp 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.
Public propertyHeaderText 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.
Public propertyModelColor 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.
Top
See Also