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
| Name | Type | Access | Description |
|---|---|---|---|
flipCoordinateSystem | boolean | Read | Gets the flip coordinate system. |
enableMaterials | boolean | Read | Gets the enable materials. |
scale | double | Read | Gets the scale. |
normalizeNormal | boolean | Read | Gets the normalize normal. |
Methods
| Signature | Description |
|---|---|
ObjLoadOptions() | Creates a new ObjLoadOptions object with default option values |
getFlipCoordinateSystem() → boolean | Returns the flip coordinate system. |
setFlipCoordinateSystem(value: boolean) | Sets the flip coordinate system value. |
getEnableMaterials() → boolean | Returns the enable materials. |
setEnableMaterials(value: boolean) | Sets the enable materials value. |
getScale() → double | Returns the scale. |
setScale(value: double) | Sets the scale value. |
getNormalizeNormal() → boolean | Returns the normalize normal. |
setNormalizeNormal(value: boolean) | Sets the normalize normal value. |