Format3D Class

Format3D class

This class specifies the 3D shape properties for a chart element or shape.


type Format3D struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetTopBevelGets the object that holds the properties associated with defining a bevel on the top or front face of a shape.
HasTopBevelDataIndicates if the shape has top bevel data.
GetSurfaceMaterialTypeGets 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.
SetSurfaceMaterialTypeGets 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.
GetSurfaceLightingTypeGets and sets the lighting type which is to be applied to the scene of the shape.Default value is LightRigType.ThreePoint.
SetSurfaceLightingTypeGets and sets the lighting type which is to be applied to the scene of the shape.Default value is LightRigType.ThreePoint.
GetLightingAngleGets and sets the lighting angle. Range from 0 to 359.9 degrees.
SetLightingAngleGets and sets the lighting angle. Range from 0 to 359.9 degrees.