ObjSaveOptions

ObjSaveOptions

General

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

ObjSaveOptions és una classe en Aspose.3d per a Java. Hereta de: ゚SaveOptions⌒ .

ObjSaveOptions.ObjSaveOptions construeix una nova instància de ObjSaveOptions amb configuracions predeterminades.

Propietats

NameTypeAccessDescription
applyUnitScalebooleanReadProperty indicates whether unit scaling is applied
pointCloudbooleanReadProperty indicates point cloud mode is active
verbosebooleanReadProperty indicates verbose OBJ output is enabled
serializeWbooleanReadProperty indicates W coordinate serialization is enabled
enableMaterialsbooleanReadProperty indicates material export is enabled
flipCoordinateSystembooleanReadProperty indicates coordinate system flip on export
axisSystemAxisSystemReadProperty holds the AxisSystem used for export

Mètodes

SignatureDescription
ObjSaveOptions()Constructs a new ObjSaveOptions instance with default settings
getApplyUnitScale()booleanReturns true if unit scaling is applied when saving
setApplyUnitScale(value: boolean)Sets whether to apply unit scaling during OBJ export
getPointCloud()booleanReturns true if point cloud mode is enabled for saving
setPointCloud(value: boolean)Enables or disables point cloud output in the saved OBJ
getVerbose()booleanReturns true if verbose OBJ output (comments) is enabled
setVerbose(value: boolean)Toggles verbose output, adding comments to the OBJ file
getSerializeW()booleanReturns true if the W coordinate is serialized in the OBJ
setSerializeW(value: boolean)Controls whether the W component is written to the OBJ file
getEnableMaterials()booleanReturns true if material definitions are included
setEnableMaterials(value: boolean)Enables or disables writing material (MTL) files
getFlipCoordinateSystem()booleanReturns true if the coordinate system is flipped on save
setFlipCoordinateSystem(value: boolean)Flips the coordinate system orientation when exporting
getAxisSystem()AxisSystemReturns the AxisSystem used for coordinate conversion
setAxisSystem(value: AxisSystem)Sets the AxisSystem to apply during OBJ export
 Català