Discreet3dsLoadOptions
Overview
Discreet3dsLoadOptions is a class in Aspose.3D FOSS for .NET.
Inherits from: LoadOptions.
Load options for 3DS file.
This class provides 1 method for working with Discreet3dsLoadOptions objects in .NET programs.
Available methods include: Discreet3dsLoadOptions.
All public members are accessible to any .NET application after installing the Aspose.3D FOSS for .NET package.
Properties: ApplyAnimationTransform, Encoding, FileFormat, FileName, FileSystem, FileSystemFactory, and 3 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
GammaCorrectedColor | bool | Read/Write | A 3ds file may contains original color and gamma corrected color for same attribute, Setting this to true will use the gamma corrected color if possible, otherwise the Aspose.3D will try to use the original color. |
FlipCoordinateSystem | bool | Read/Write | Gets or sets flip coordinate system of control points/normal during importing/exporting. |
ApplyAnimationTransform | bool | Read/Write | Gets or sets whether to use the transformation defined in the first frame of animation track. |
FileSystemFactory | FileSystemFactory | Read/Write | Gets or sets the factory class for FileSystem. |
FileFormat | FileFormat | Read | Gets the file format that specified in current Save/Load option. |
Encoding | Encoding | Read/Write | Gets or sets the default encoding for text-based files. |
FileSystem | FileSystem | Read/Write | Allow user to handle how to manage the external dependencies during load/save. |
LookupPaths | List<string> | Read/Write | Some files like OBJ depends on external file, the lookup paths will allows Aspose.3D to look for external file to load. |
FileName | string | Read/Write | The file name of the exporting/importing scene. |
Methods
| Signature | Description |
|---|---|
Discreet3dsLoadOptions() | Constructor of |