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
All Methods Instance Methods Concrete Methods 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
getEncoding, getFileFormat, getFileName, getFileSystem, getFileSystemFactory, getLookupPaths, lookupForFile, setEncoding, setFileName, setFileSystem, setFileSystemFactory, 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
-
-