Discreet3dsSaveOptions
Overview
Discreet3dsSaveOptions is a class in Aspose.3D FOSS for Java.
Inherits from: SaveOptions.
Save options for 3DS file.
This class provides 29 methods for working with Discreet3dsSaveOptions objects in Java programs.
Available methods include: A3DObject, Discreet3dsSaveOptions, SaveOptions, findProperty, getDuplicatedNameCounterBase, getDuplicatedNameCounterFormat, getDuplicatedNameSeparator, getExportCamera, getExportLight, getFileFormat, getFlipCoordinateSystem, getGammaCorrectedColor, and 17 additional methods.
All public members are accessible to any Java application after installing the Aspose.3D FOSS for Java package.
Properties: duplicatedNameCounterBase, duplicatedNameCounterFormat, duplicatedNameSeparator, exportCamera, exportLight, fileFormat, and 6 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
exportLight | boolean | Read | Gets whether export all lights in the scene. |
exportCamera | boolean | Read | Gets whether export all cameras in the scene. |
duplicatedNameSeparator | String | Read | The separator between object’s name and the duplicated counter, default value is “_”. |
duplicatedNameCounterBase | int | Read | The counter used by generating new name for duplicated names, default value is 2. |
duplicatedNameCounterFormat | String | Read | The format of the duplicated counter, default value is empty string. |
masterScale | double | Read | Gets the master scale used in exporting. |
gammaCorrectedColor | boolean | Read | 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 | boolean | Read | Gets flip coordinate system of control points/normal during importing/exporting. |
highPreciseColor | boolean | Read | If this is true, the generated 3ds file will use high precise color, means each channel of red/green/blue are in 32bit float. |
fileFormat | FileFormat | Read | Gets the file format. |
name | String | Read | Gets the name. |
properties | PropertyCollection | Read | Gets the properties. |
Methods
| Signature | Description |
|---|---|
Discreet3dsSaveOptions() | Constructor of Discreet3dsSaveOptions. |
getExportLight() → boolean | Gets whether export all lights in the scene. |
setExportLight(value: boolean) | Sets whether export all lights in the scene. |
getExportCamera() → boolean | Gets whether export all cameras in the scene. |
setExportCamera(value: boolean) | Sets whether export all cameras in the scene. |
getDuplicatedNameSeparator() → String | The separator between object’s name and the duplicated counter, default value is “_”. |
setDuplicatedNameSeparator(value: String) | The separator between object’s name and the duplicated counter, default value is “_”. |
getDuplicatedNameCounterBase() → int | The counter used by generating new name for duplicated names, default value is 2. |
setDuplicatedNameCounterBase(value: int) | The counter used by generating new name for duplicated names, default value is 2. |
getDuplicatedNameCounterFormat() → String | The format of the duplicated counter, default value is empty string. |
setDuplicatedNameCounterFormat(value: String) | The format of the duplicated counter, default value is empty string. |
getMasterScale() → double | Gets the master scale used in exporting. |
setMasterScale(value: double) | Sets the master scale used in exporting. |
getGammaCorrectedColor() → boolean | 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. | |
setGammaCorrectedColor(value: boolean) | 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. | |
getFlipCoordinateSystem() → boolean | Gets flip coordinate system of control points/normal during importing/exporting. |
setFlipCoordinateSystem(value: boolean) | Sets flip coordinate system of control points/normal during importing/exporting. |
getHighPreciseColor() → boolean | If this is true, the generated 3ds file will use high precise color, means each channel of red/green/blue are in 32bit float. |
setHighPreciseColor(value: boolean) | If this is true, the generated 3ds file will use high precise color, means each channel of red/green/blue are in 32bit float. |
SaveOptions() | Options for A3DW saving. |
getFileFormat() → FileFormat | Returns the file format. |
A3DObject() | Parameterized Cylinder. It can also be used to represent a cone when one of radiusTop/radiusBottom is zero. |
getName() → String | The segments of the curve. |
setName(name: String) | Constructs a CircleShape profile with specified radius. |
getProperties() → PropertyCollection | Initializes a new instance of Cylinder class. |
findProperty(name: String) → Property | Initializes a new instance of the Bone class. |
getProperty(name: String) → Object | Gets the transform matrix of the node in current pose. |
setProperty(name: String, value: Object) | Gets the width segments. |
removeProperty(name: String) → boolean | Gets flip coordinate system of control points/normal during importing/exporting. |