ObjLoadOptions

ObjLoadOptions

Overview

ObjLoadOptions is a class in Aspose.3D FOSS for Java. Inherits from: LoadOptions.

ObjLoadOptions.ObjLoadOptions creates a new ObjLoadOptions object with default option values.

This class provides 9 methods for working with ObjLoadOptions objects in Java programs. Available methods include: ObjLoadOptions, getEnableMaterials, getFlipCoordinateSystem, getNormalizeNormal, getScale, setEnableMaterials, setFlipCoordinateSystem, setNormalizeNormal, setScale. All exported members are accessible to any Java application after installing the Aspose.3D FOSS for Java package. Properties: enableMaterials, flipCoordinateSystem, normalizeNormal, scale.

Description

ObjLoadOptions is a class in the Aspose.3D FOSS library for Java that exposes 16 methods and 7 properties for programmatic use. It extends LoadOptions, inheriting shared functionality from its parent type.

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

The class also provides the flipCoordinateSystem property (gets the flip coordinate system), the enableMaterials property (gets the enable materials), the scale property (gets the scale).

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

Properties

NameTypeAccessDescription
flipCoordinateSystembooleanReadGets the flip coordinate system.
enableMaterialsbooleanReadGets the enable materials.
scaledoubleReadGets the scale.
normalizeNormalbooleanReadGets the normalize normal.

Methods

SignatureDescription
ObjLoadOptions()Creates a new ObjLoadOptions object with default option values
getFlipCoordinateSystem()booleanReturns the flip coordinate system.
setFlipCoordinateSystem(value: boolean)Sets the flip coordinate system value.
getEnableMaterials()booleanReturns the enable materials.
setEnableMaterials(value: boolean)Sets the enable materials value.
getScale()doubleReturns the scale.
setScale(value: double)Sets the scale value.
getNormalizeNormal()booleanReturns the normalize normal.
setNormalizeNormal(value: boolean)Sets the normalize normal value.

See Also