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