ObjSaveOptions

ObjSaveOptions

Overview

ObjSaveOptions is a class in Aspose.3D FOSS for Java. Inherits from: SaveOptions.

ObjSaveOptions.getApplyUnitScale returns true if unit scaling is applied when saving.

Properties

NameTypeAccessDescription
applyUnitScalebooleanReadIndicates whether unit scaling is applied during save
pointCloudbooleanReadIndicates if geometry is exported as a point cloud
verbosebooleanReadIndicates whether verbose comments are included in the OBJ
serializeWbooleanReadIndicates if the W coordinate is written for vertices
enableMaterialsbooleanReadIndicates whether material definitions are exported
flipCoordinateSystembooleanReadIndicates if the coordinate system is flipped on export
axisSystemAxisSystemRead

Methods

SignatureDescription
ObjSaveOptions()
getApplyUnitScale()booleanReturns true if unit scaling is applied when saving
setApplyUnitScale(value: boolean)Sets whether unit scaling is applied during OBJ export
getPointCloud()booleanReturns true if geometry is saved as point cloud
setPointCloud(value: boolean)Enables or disables point‑cloud output for the OBJ file
getVerbose()booleanReturns true if the OBJ file includes comments and extra data
setVerbose(value: boolean)Toggles inclusion of verbose information in the saved OBJ
getSerializeW()booleanReturns true if the W component of vertices is written
setSerializeW(value: boolean)Controls whether the W coordinate is serialized in the OBJ
getEnableMaterials()booleanReturns true if material definitions are written
setEnableMaterials(value: boolean)Enables or disables material export in the OBJ
getFlipCoordinateSystem()booleanReturns true if the coordinate system is flipped on save
setFlipCoordinateSystem(value: boolean)Sets whether to flip the coordinate system during export
getAxisSystem()AxisSystemReturns the AxisSystem used for coordinate conversion
setAxisSystem(value: AxisSystem)Assigns the AxisSystem to use when saving the OBJ

See Also