Click or drag to resize
Ab4d.SharpEngine logo

StlExporter Methods

The StlExporter type exposes the following members.

Methods
 NameDescription
Public methodExport(Stream, Mesh) Export method exports the specified mesh to the specified stream.
Public methodExport(String, Mesh) Export method exports the specified mesh to the specified file. If the file already exists, then it is deleted before creating a new one.
Public methodExport(Stream, ModelNode, Boolean) Export method exports the mesh from the modelNode to the specified stream.
Public methodExport(String, ModelNode, Boolean) Export method exports the mesh from the modelNode to the specified file. If the file already exists, then it is deleted before creating a new one.
Top
See Also