Package com.aspose.threed
Class ObjSaveOptions
- java.lang.Object
-
- com.aspose.threed.IOConfig
-
- com.aspose.threed.SaveOptions
-
- com.aspose.threed.ObjSaveOptions
-
public class ObjSaveOptions extends SaveOptions
Save options for wavefront obj file
-
-
Constructor Summary
Constructors Constructor Description ObjSaveOptions()
Constructor ofObjSaveOptions
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
getEnableMaterials()
Gets whether import/export materials for each objectboolean
getFlipCoordinateSystem()
Gets whether flip coordinate system of control points/normal during importing/exporting.boolean
getPointCloud()
Gets the flag whether the exporter should export the scene as point cloud(without topological structure), default value is falseboolean
getSerializeW()
Gets whether serialize W component in model's vertex position.boolean
getVerbose()
Gets whether generate comments for each sectionvoid
setEnableMaterials(boolean value)
Sets whether import/export materials for each objectvoid
setFlipCoordinateSystem(boolean value)
Sets whether flip coordinate system of control points/normal during importing/exporting.void
setPointCloud(boolean value)
Sets the flag whether the exporter should export the scene as point cloud(without topological structure), default value is falsevoid
setSerializeW(boolean value)
Sets whether serialize W component in model's vertex position.void
setVerbose(boolean value)
Sets whether generate comments for each section-
Methods inherited from class com.aspose.threed.IOConfig
getEncoding, getFileFormat, getFileName, getFileSystem, getFileSystemFactory, getLookupPaths, lookupForFile, setEncoding, setFileName, setFileSystem, setFileSystemFactory, setLookupPaths
-
-
-
-
Constructor Detail
-
ObjSaveOptions
public ObjSaveOptions()
Constructor ofObjSaveOptions
-
-
Method Detail
-
getPointCloud
public boolean getPointCloud()
Gets the flag whether the exporter should export the scene as point cloud(without topological structure), default value is false
-
setPointCloud
public void setPointCloud(boolean value)
Sets the flag whether the exporter should export the scene as point cloud(without topological structure), default value is false- Parameters:
value
- New value
-
getVerbose
public boolean getVerbose()
Gets whether generate comments for each section
-
setVerbose
public void setVerbose(boolean value)
Sets whether generate comments for each section- Parameters:
value
- New value
-
getSerializeW
public boolean getSerializeW()
Gets whether serialize W component in model's vertex position.
-
setSerializeW
public void setSerializeW(boolean value)
Sets whether serialize W component in model's vertex position.- Parameters:
value
- New value
-
getEnableMaterials
public boolean getEnableMaterials()
Gets whether import/export materials for each object
-
setEnableMaterials
public void setEnableMaterials(boolean value)
Sets whether import/export materials for each object- Parameters:
value
- New value
-
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
-
-