public interface IThreeDFormat extends IThreeDParamSource
Represents 3-D properties.
Modifier and Type | Method and Description |
---|---|
IShapeBevel |
getBevelBottom()
Returns or sets the type of a bottom 3D bevel.
|
IShapeBevel |
getBevelTop()
Returns or sets the type of a top 3D bevel.
|
ICamera |
getCamera()
Returns or sets the settings of a camera.
|
IColorFormat |
getContourColor()
Returns or sets the color of a contour.
|
double |
getContourWidth()
Returns or sets the width of a 3D contour.
|
double |
getDepth()
Returns or sets the depth of a 3D shape.
|
IThreeDFormatEffectiveData |
getEffective()
Gets effective 3-D formatting data with the inheritance applied.
|
IColorFormat |
getExtrusionColor()
Returns or sets the color of an extrusion.
|
double |
getExtrusionHeight()
Returns or sets the height of an extrusion effect.
|
ILightRig |
getLightRig()
Returns or sets the type of a light.
|
int |
getMaterial()
Returns or sets the type of a material.
|
void |
setContourWidth(double value)
Returns or sets the width of a 3D contour.
|
void |
setDepth(double value)
Returns or sets the depth of a 3D shape.
|
void |
setExtrusionHeight(double value)
Returns or sets the height of an extrusion effect.
|
void |
setMaterial(int value)
Returns or sets the type of a material.
|
double getContourWidth()
Returns or sets the width of a 3D contour.
Read/write double
.
void setContourWidth(double value)
Returns or sets the width of a 3D contour.
Read/write double
.
double getExtrusionHeight()
Returns or sets the height of an extrusion effect.
Read/write double
.
void setExtrusionHeight(double value)
Returns or sets the height of an extrusion effect.
Read/write double
.
double getDepth()
Returns or sets the depth of a 3D shape.
Read/write double
.
void setDepth(double value)
Returns or sets the depth of a 3D shape.
Read/write double
.
IShapeBevel getBevelTop()
Returns or sets the type of a top 3D bevel.
Read-only IShapeBevel
.
IShapeBevel getBevelBottom()
Returns or sets the type of a bottom 3D bevel.
Read-only IShapeBevel
.
IColorFormat getContourColor()
Returns or sets the color of a contour.
Read-only IColorFormat
.
IColorFormat getExtrusionColor()
Returns or sets the color of an extrusion.
Read-only IColorFormat
.
int getMaterial()
Returns or sets the type of a material.
Read/write MaterialPresetType
.
void setMaterial(int value)
Returns or sets the type of a material.
Read/write MaterialPresetType
.
IThreeDFormatEffectiveData getEffective()
Gets effective 3-D formatting data with the inheritance applied.
IThreeDFormatEffectiveData
.