public class Format3D
Property Getters/Setters Summary | ||
---|---|---|
double | getLightingAngle() | |
void | setLightingAngle(doublevalue) | |
Gets and sets the lighting angle. Range from 0 to 359.9 degrees. | ||
int | getSurfaceLightingType() | |
void | setSurfaceLightingType(intvalue) | |
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. | ||
int | getSurfaceMaterialType() | |
void | setSurfaceMaterialType(intvalue) | |
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. | ||
Bevel | getTopBevel() | |
Gets the object that holds the properties associated with defining a bevel on the top or front face of a shape.
|
Method Summary | ||
---|---|---|
boolean | hasTopBevelData() | |
Indicates if the shape has top bevel data.
|
public Bevel getTopBevel()
public int getSurfaceMaterialType() / public void setSurfaceMaterialType(int value)
public int getSurfaceLightingType() / public void setSurfaceLightingType(int value)
public double getLightingAngle() / public void setLightingAngle(double value)