Package com.aspose.threed
Class PlyLoadOptions
- java.lang.Object
-
- com.aspose.threed.IOConfig
-
- com.aspose.threed.LoadOptions
-
- com.aspose.threed.PlyLoadOptions
-
public class PlyLoadOptions extends LoadOptions
Load options for PLY files
-
-
Constructor Summary
Constructors Constructor Description PlyLoadOptions()
Constructor ofPlyLoadOptions
-
Method Summary
Modifier and Type Method Description boolean
getFlipCoordinateSystem()
Gets flip coordinate system of control points/normal during importing/exporting.void
setFlipCoordinateSystem(boolean value)
Sets 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
-
PlyLoadOptions
public PlyLoadOptions()
Constructor ofPlyLoadOptions
-
-
Method Detail
-
getFlipCoordinateSystem
public boolean getFlipCoordinateSystem()
Gets flip coordinate system of control points/normal during importing/exporting.
-
setFlipCoordinateSystem
public void setFlipCoordinateSystem(boolean value)
Sets flip coordinate system of control points/normal during importing/exporting.- Parameters:
value
- New value
-
-