public class StlSaveOptions extends SaveOptions
| Constructor and Description |
|---|
StlSaveOptions()
Initializes of a new
StlSaveOptions instance. |
StlSaveOptions(FileContentType contentType)
Initializes of a new
StlSaveOptions instance. |
| Modifier and Type | Method and Description |
|---|---|
AxisSystem |
getAxisSystem()
Gets the axis system in the exported stl file.
|
boolean |
getFlipCoordinateSystem()
Gets whether flip coordinate system of control points/normal during exporting.
|
void |
setAxisSystem(AxisSystem value)
Sets the axis system in the exported stl file.
|
void |
setFlipCoordinateSystem(boolean value)
Sets whether flip coordinate system of control points/normal during exporting.
|
getExportTextures, setExportTexturesgetEncoding, getFileFormat, getFileName, getFileSystem, getFileSystemFactory, getLookupPaths, lookupForFile, setEncoding, setFileName, setFileSystem, setFileSystemFactory, setLookupPathspublic StlSaveOptions()
StlSaveOptions instance.public StlSaveOptions(FileContentType contentType)
StlSaveOptions instance.public AxisSystem getAxisSystem()
public void setAxisSystem(AxisSystem value)
value - New value
Remarks:
FlipCoordinateSystem must be enabled to utilize this feature.public boolean getFlipCoordinateSystem()
public void setFlipCoordinateSystem(boolean value)
value - New value