Discreet3DSSaveOptions Class |
Namespace: Aspose.ThreeD.Formats
The Discreet3DSSaveOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | Discreet3DSSaveOptions |
Constructor of Discreet3DSSaveOptions |
Name | Description | |
---|---|---|
![]() | DuplicatedNameCounterBase |
The counter used by generating new name for duplicated names, default value is 2.
|
![]() | DuplicatedNameCounterFormat |
The format of the duplicated counter, default value is empty string.
|
![]() | DuplicatedNameSeparator |
The separator between object's name and the duplicated counter, default value is "_".
When scene contains objects that use the same name, Aspose.3D 3DS exporter will generate a different name for the object.
For example there's two nodes named "Box", the first node will have a name "Box",
and the second node will get a new name "Box_2" using the default configuration.
|
![]() | ExportCamera |
Gets or sets whether export all cameras in the scene.
|
![]() | ExportLight |
Gets or sets whether export all lights in the scene.
|
![]() | FileFormat |
Gets the file format that specified in current Save/Load option.
(Inherited from IOConfig.) |
![]() | FileName |
The file name of the exporting/importing scene.
This is optional, but useful when serialize external assets like OBJ's material.
(Inherited from IOConfig.) |
![]() | FileSystem |
Allow user to handle how to manage the external dependencies during load/save.
(Inherited from IOConfig.) |
![]() | FlipCoordinateSystem |
Gets or sets flip coordinate system of control points/normal during importing/exporting.
|
![]() | GammaCorrectedColor |
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.
|
![]() | HighPreciseColor |
If this is true, the generated 3ds file will use high precise color, means each channel of red/green/blue are in 32bit float.
Otherwise the generated file will use 24bit color, each channel use 8bit byte.
The default value is false, because not all applications supports the high-precise color.
|
![]() | LookupPaths |
Some files like OBJ depends on external file, the lookup paths will allows Aspose.3D to look for external file to load.
(Inherited from IOConfig.) |
![]() | MasterScale |
Gets or sets the master scale used in exporting.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | LookupForFile |
Look up for file in given lookup paths
User can override this to provide more customized file lookup mechanisms.
(Inherited from IOConfig.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |