IThreeDFormatEffectiveData class

IThreeDFormatEffectiveData class

Immutable object which represents effective 3-D formatting properties.

The IThreeDFormatEffectiveData type exposes the following members:

Properties

PropertyDescription
contour_widthReturns the width of a 3D contour.
Read-only float.
extrusion_heightReturns the height of an extrusion effect.
Read-only float.
depthReturns the depth of a 3D shape.
Read-only float.
bevel_topReturns the type of a top 3D bevel.
Read-only IShapeBevelEffectiveData.
bevel_bottomReturns the type of a bottom 3D bevel.
Read-only IShapeBevelEffectiveData.
contour_colorReturns the color of a contour.
Read-only aspose.pydrawing.Color.
extrusion_colorReturns the color of an extrusion.
Read-only aspose.pydrawing.Color.
cameraReturns the settings of a camera.
Read-only ICameraEffectiveData.
light_rigReturns the type of a light.
Read-only ILightRigEffectiveData.
materialReturns the type of a material.
Read-only MaterialPresetType.

Remarks

This interface is used together with the IThreeDFormat interface to return effective formatting values with inheritance applied.

See Also