Package com.aspose.threed
Class STLSaveOptions
- java.lang.Object
-
- com.aspose.threed.IOConfig
-
- com.aspose.threed.SaveOptions
-
- com.aspose.threed.STLSaveOptions
-
public class STLSaveOptions extends SaveOptions
Save options for STL
-
-
Constructor Summary
Constructors Constructor Description STLSaveOptions()
Initializes of a newSTLSaveOptions
instance.STLSaveOptions(FileContentType contentType)
Initializes of a newSTLSaveOptions
instance.
-
Method Summary
Modifier and Type Method Description boolean
getFlipCoordinateSystem()
Gets whether flip coordinate system of control points/normal during exporting.void
setFlipCoordinateSystem(boolean value)
Sets whether flip coordinate system of control points/normal during exporting.-
Methods inherited from class com.aspose.threed.IOConfig
getFileName, getFileSystem, getLookupPaths, lookupForFile, setFileName, setFileSystem, setLookupPaths
-
-
-
-
Constructor Detail
-
STLSaveOptions
public STLSaveOptions()
Initializes of a newSTLSaveOptions
instance.
-
STLSaveOptions
public STLSaveOptions(FileContentType contentType)
Initializes of a newSTLSaveOptions
instance.- Parameters:
contentType
-
-
-
Method Detail
-
getFlipCoordinateSystem
public boolean getFlipCoordinateSystem()
Gets whether flip coordinate system of control points/normal during exporting.
-
setFlipCoordinateSystem
public void setFlipCoordinateSystem(boolean value)
Sets whether flip coordinate system of control points/normal during exporting.- Parameters:
value
- New value
-
-