asposecells.api

Class Format3D

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

Property Getters/Setters Summary
methodgetLightingAngle()
method
           Gets and sets the lighting angle. Range from 0 to 359.9 degrees.
methodgetSurfaceLightingType()
method
           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.
methodgetSurfaceMaterialType()
method
           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.
methodgetTopBevel()
Gets the Bevel object that holds the properties associated with defining a bevel on the top or front face of a shape.
 
Method Summary
methodhasTopBevelData()
Indicates if the shape has top bevel data.
 

    • Property Getters/Setters Detail

      • getTopBevel : Bevel 

        Bevel getTopBevel()
        
        Gets the Bevel object that holds the properties associated with defining a bevel on the top or front face of a shape.
      • getSurfaceMaterialType/setSurfaceMaterialType : int 

        int getSurfaceMaterialType() / setSurfaceMaterialType(value)
        
        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.
      • getSurfaceLightingType/setSurfaceLightingType : int 

        int getSurfaceLightingType() / setSurfaceLightingType(value)
        
        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.
      • getLightingAngle/setLightingAngle : float 

        float getLightingAngle() / setLightingAngle(value)
        
        Gets and sets the lighting angle. Range from 0 to 359.9 degrees.
    • Method Detail

      • hasTopBevelData

        boolean hasTopBevelData()
        Indicates if the shape has top bevel data.
        Returns: