LoadOptions
Overview
LoadOptions is a class in Aspose.3D FOSS for Java.
Inherits from: A3DObject.
LoadOptions.LoadOptions creates a LoadOptions instance with default settings.
This class provides 2 methods for working with LoadOptions objects in Java programs.
Available methods include: LoadOptions, getFileFormat.
All exported members are accessible to any Java application after installing the Aspose.3D FOSS for Java package.
Properties: fileFormat.
Description
LoadOptions is a class in the Aspose.3D FOSS library for Java that exposes 8 methods and 3 properties for programmatic use. It extends A3DObject, inheriting shared functionality from its parent type.
Core capabilities include: fileformat. These operations enable developers to integrate loadoptions functionality directly into Java applications.
The class also provides the fileFormat property (gets the file format).
The class offers 3 constructor overloads, allowing flexible initialization depending on the calling context.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
fileFormat | FileFormat | Read | Gets the file format. |
Methods
| Signature | Description |
|---|---|
LoadOptions() | Creates a LoadOptions instance with default settings |
LoadOptions(name: String) | |
getFileFormat() → FileFormat | Returns the file format. |