Format3D
Format3D class
This class specifies the 3D shape properties for a chart element or shape.
Properties
| Name | Type | Description |
|---|---|---|
| TopBevel | Bevel | Gets the Bevel object that holds the properties associated with defining a bevel on the top or front face of a shape. |
| SurfaceMaterialType | int | Gets and sets the material type which is combined with the lighting properties to give the final look and feel of a shap |
| SurfaceLightingType | int | Gets and sets the lighting type which is to be applied to the scene of the shape. Default value is LightRigType.ThreePoi |
| LightingAngle | float | Gets and sets the lighting angle. Range from 0 to 359.9 degrees. |
Methods
| Name | Description |
|---|---|
| hasTopBevelData | Indicates if the shape has top bevel data. |
Format3D.TopBevel property
Gets the Bevel object that holds the properties associated with defining a bevel on the top or front face of a shape.
Type: Bevel
Format3D.SurfaceMaterialType property
Gets and sets the material type which is combined with the lighting properties to give the final look and feel of a shape. Default value is PresetMaterialType.WarmMatte. The value of the property is PresetMaterialType integer constant.
Type: int
Format3D.SurfaceLightingType property
Gets and sets the lighting type which is to be applied to the scene of the shape. Default value is LightRigType.ThreePoint. The value of the property is LightRigType integer constant.
Type: int
Format3D.LightingAngle property
Gets and sets the lighting angle. Range from 0 to 359.9 degrees.
Type: float
hasTopBevelData()
Indicates if the shape has top bevel data.