Discreet3dsSaveOptions

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

NameTypeAccessDescription
exportLightbooleanReadGets whether export all lights in the scene.
exportCamerabooleanReadGets whether export all cameras in the scene.
duplicatedNameSeparatorStringReadThe separator between object’s name and the duplicated counter, default value is “_”.
duplicatedNameCounterBaseintReadThe counter used by generating new name for duplicated names, default value is 2.
duplicatedNameCounterFormatStringReadThe format of the duplicated counter, default value is empty string.
masterScaledoubleReadGets the master scale used in exporting.
gammaCorrectedColorbooleanReadA 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.
flipCoordinateSystembooleanReadGets flip coordinate system of control points/normal during importing/exporting.
highPreciseColorbooleanReadIf this is true, the generated 3ds file will use high precise color, means each channel of red/green/blue are in 32bit float.
fileFormatFileFormatReadGets the file format.
nameStringReadGets the name.
propertiesPropertyCollectionReadGets the properties.

Methods

SignatureDescription
Discreet3dsSaveOptions()Constructor of Discreet3dsSaveOptions.
getExportLight()booleanGets whether export all lights in the scene.
setExportLight(value: boolean)Sets whether export all lights in the scene.
getExportCamera()booleanGets whether export all cameras in the scene.
setExportCamera(value: boolean)Sets whether export all cameras in the scene.
getDuplicatedNameSeparator()StringThe 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()intThe 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()StringThe 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()doubleGets the master scale used in exporting.
setMasterScale(value: double)Sets the master scale used in exporting.
getGammaCorrectedColor()booleanA 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()booleanGets 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()booleanIf 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()FileFormatReturns the file format.
A3DObject()Parameterized Cylinder. It can also be used to represent a cone when one of radiusTop/radiusBottom is zero.
getName()StringThe segments of the curve.
setName(name: String)Constructs a CircleShape profile with specified radius.
getProperties()PropertyCollectionInitializes a new instance of Cylinder class.
findProperty(name: String)PropertyInitializes a new instance of the Bone class.
getProperty(name: String)ObjectGets the transform matrix of the node in current pose.
setProperty(name: String, value: Object)Gets the width segments.
removeProperty(name: String)booleanGets flip coordinate system of control points/normal during importing/exporting.

See Also

 English