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
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
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
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
getFileName, getFileSystem, getLookupPaths, lookupForFile, setFileName, setFileSystem, setLookupPaths
-
-
-
-
Constructor Detail
-
ObjSaveOptions
public ObjSaveOptions()
Constructor ofObjSaveOptions
-
-
Method Detail
-
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
-
-