public class Discreet3dsSaveOptions extends SaveOptions
Constructor and Description |
---|
Discreet3dsSaveOptions()
Constructor of
Discreet3dsSaveOptions |
Modifier and Type | Method and Description |
---|---|
int |
getDuplicatedNameCounterBase()
The counter used by generating new name for duplicated names, default value is 2.
|
java.lang.String |
getDuplicatedNameCounterFormat()
The format of the duplicated counter, default value is empty string.
|
java.lang.String |
getDuplicatedNameSeparator()
The separator between object's name and the duplicated counter, default value is "_".
|
boolean |
getExportCamera()
Gets whether export all cameras in the scene.
|
boolean |
getExportLight()
Gets whether export all lights in the scene.
|
boolean |
getFlipCoordinateSystem()
Gets flip coordinate system of control points/normal during importing/exporting.
|
boolean |
getGammaCorrectedColor()
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.
|
boolean |
getHighPreciseColor()
If this is true, the generated 3ds file will use high precise color, means each channel of red/green/blue are in 32bit float.
|
double |
getMasterScale()
Gets the master scale used in exporting.
|
void |
setDuplicatedNameCounterBase(int value)
The counter used by generating new name for duplicated names, default value is 2.
|
void |
setDuplicatedNameCounterFormat(java.lang.String value)
The format of the duplicated counter, default value is empty string.
|
void |
setDuplicatedNameSeparator(java.lang.String value)
The separator between object's name and the duplicated counter, default value is "_".
|
void |
setExportCamera(boolean value)
Sets whether export all cameras in the scene.
|
void |
setExportLight(boolean value)
Sets whether export all lights in the scene.
|
void |
setFlipCoordinateSystem(boolean value)
Sets flip coordinate system of control points/normal during importing/exporting.
|
void |
setGammaCorrectedColor(boolean value)
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.
|
void |
setHighPreciseColor(boolean value)
If this is true, the generated 3ds file will use high precise color, means each channel of red/green/blue are in 32bit float.
|
void |
setMasterScale(double value)
Sets the master scale used in exporting.
|
getEncoding, getFileFormat, getFileName, getFileSystem, getFileSystemFactory, getLookupPaths, lookupForFile, setEncoding, setFileName, setFileSystem, setFileSystemFactory, setLookupPaths
public Discreet3dsSaveOptions()
Discreet3dsSaveOptions
public boolean getExportLight()
public void setExportLight(boolean value)
value
- New valuepublic boolean getExportCamera()
public void setExportCamera(boolean value)
value
- New valuepublic java.lang.String getDuplicatedNameSeparator()
public void setDuplicatedNameSeparator(java.lang.String value)
value
- New valuepublic int getDuplicatedNameCounterBase()
public void setDuplicatedNameCounterBase(int value)
value
- New valuepublic java.lang.String getDuplicatedNameCounterFormat()
public void setDuplicatedNameCounterFormat(java.lang.String value)
value
- New valuepublic double getMasterScale()
public void setMasterScale(double value)
value
- New valuepublic boolean getGammaCorrectedColor()
public void setGammaCorrectedColor(boolean value)
value
- New valuepublic boolean getFlipCoordinateSystem()
public void setFlipCoordinateSystem(boolean value)
value
- New valuepublic boolean getHighPreciseColor()
public void setHighPreciseColor(boolean value)
value
- New value