IThreeDFormat class

IThreeDFormat class

Represents 3-D properties.

The IThreeDFormat type exposes the following members:

Properties

PropertyDescription
contour_widthReturns or sets the width of a 3D contour.
Read/write float.
extrusion_heightReturns or sets the height of an extrusion effect.
Read/write float.
depthReturns or sets the depth of a 3D shape.
Read/write float.
bevel_topReturns or sets the type of a top 3D bevel.
Read-only IShapeBevel.
bevel_bottomReturns or sets the type of a bottom 3D bevel.
Read-only IShapeBevel.
contour_colorReturns or sets the color of a contour.
Read-only IColorFormat.
extrusion_colorReturns or sets the color of an extrusion.
Read-only IColorFormat.
cameraReturns or sets the settings of a camera.
Read-only ICamera.
light_rigReturns or sets the type of a light.
Read-only ILightRig.
materialReturns or sets the type of a material.
Read/write MaterialPresetType.

Methods

MethodDescription
get_effectiveGets effective 3-D formatting data with the inheritance applied.

See Also