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.

This class provides 15 methods for working with ObjSaveOptions objects in Java programs. Available methods include: ObjSaveOptions, getApplyUnitScale, getAxisSystem, getEnableMaterials, getFlipCoordinateSystem, getPointCloud, getSerializeW, getVerbose, setApplyUnitScale, setAxisSystem, setEnableMaterials, setFlipCoordinateSystem, and 3 additional methods. All exported members are accessible to any Java application after installing the Aspose.3D FOSS for Java package. Properties: applyUnitScale, axisSystem, enableMaterials, flipCoordinateSystem, pointCloud, serializeW, and 1 more.

Description

ObjSaveOptions is a class in the Aspose.3D FOSS library for Java that exposes 22 methods and 10 properties for programmatic use. It extends SaveOptions, inheriting shared functionality from its parent type.

Core capabilities include: boolean; boolean; boolean. These operations enable developers to integrate objsaveoptions functionality directly into Java applications.

The class also provides the applyUnitScale property (gets the apply unit scale), the pointCloud property (gets the point cloud), the verbose property (gets the verbose).

The class offers 3 constructor overloads, allowing flexible initialization depending on the calling context.

Properties

NameTypeAccessDescription
applyUnitScalebooleanReadGets the apply unit scale.
pointCloudbooleanReadGets the point cloud.
verbosebooleanReadGets the verbose.
serializeWbooleanReadGets the serialize w.
enableMaterialsbooleanReadGets the enable materials.
flipCoordinateSystembooleanReadGets the flip coordinate system.
axisSystemAxisSystemReadGets the axis system.

Methods

SignatureDescription
ObjSaveOptions()
getApplyUnitScale()booleanReturns the apply unit scale.
setApplyUnitScale(value: boolean)Sets the apply unit scale value.
getPointCloud()booleanReturns the point cloud.
setPointCloud(value: boolean)Sets the point cloud value.
getVerbose()booleanReturns the verbose.
setVerbose(value: boolean)Sets the verbose value.
getSerializeW()booleanReturns the serialize w.
setSerializeW(value: boolean)Sets the serialize w value.
getEnableMaterials()booleanReturns the enable materials.
setEnableMaterials(value: boolean)Sets the enable materials value.
getFlipCoordinateSystem()booleanReturns the flip coordinate system.
setFlipCoordinateSystem(value: boolean)Sets the flip coordinate system value.
getAxisSystem()AxisSystemReturns the axis system.
setAxisSystem(value: AxisSystem)Sets the axis system value.

See Also