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