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