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