ThreeDFormat Class
Contents
[
Hide
]ThreeDFormat class
Represents a shape’s three-dimensional formatting.
type ThreeDFormat struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
GetBottomBevelWidth | Gets and sets the width of the bottom bevel, or how far into the shape it is applied.In unit of Points. |
SetBottomBevelWidth | Gets and sets the width of the bottom bevel, or how far into the shape it is applied.In unit of Points. |
GetBottomBevelHeight | Gets and sets the height of the bottom bevel, or how far into the shape it is applied.In unit of Points. |
SetBottomBevelHeight | Gets and sets the height of the bottom bevel, or how far into the shape it is applied.In unit of Points. |
GetBottomBevelType | Gets and sets the type of the bottom bevel, or how far into the shape it is applied.In unit of Points. |
SetBottomBevelType | Gets and sets the type of the bottom bevel, or how far into the shape it is applied.In unit of Points. |
GetTopBevelWidth | Gets and sets the width of the top bevel, or how far into the shape it is applied.In unit of Points. |
SetTopBevelWidth | Gets and sets the width of the top bevel, or how far into the shape it is applied.In unit of Points. |
GetTopBevelHeight | Gets and sets the height of the top bevel, or how far into the shape it is applied.In unit of Points. |
SetTopBevelHeight | Gets and sets the height of the top bevel, or how far into the shape it is applied.In unit of Points. |
GetTopBevelType | Gets and sets the type of the top bevel, or how far into the shape it is applied.In unit of Points. |
SetTopBevelType | Gets and sets the type of the top bevel, or how far into the shape it is applied.In unit of Points. |
GetMaterial | Represents the preset material which is combined with the lighting properties to give thefinal look and feel of a shape. |
SetMaterial | Represents the preset material which is combined with the lighting properties to give thefinal look and feel of a shape. |
GetContourColor | Gets and sets the contour color on a shape. |
SetContourColor | Gets and sets the contour color on a shape. |
GetContourWidth | Gets and sets the contour width on the shape, in unit of points. |
SetContourWidth | Gets and sets the contour width on the shape, in unit of points. |
GetExtrusionColor | Gets the extrusion color on a shape. |
SetExtrusionColor | Gets the extrusion color on a shape. |
GetExtrusionHeight | Gets and sets the extrusion height of the applied to the shape, in unit of points. |
SetExtrusionHeight | Gets and sets the extrusion height of the applied to the shape, in unit of points. |
GetZ | Defines the distance from ground for the 3D shape. |
SetZ | Defines the distance from ground for the 3D shape. |
GetLightAngle | Gets and sets the angle of the extrusion lights. |
SetLightAngle | Gets and sets the angle of the extrusion lights. |
GetLighting | Gets and sets type of light rig. |
SetLighting | Gets and sets type of light rig. |
GetLightingDirection | Gets and sets the direction from which the light rig is oriented in relation to the scene. |
SetLightingDirection | Gets and sets the direction from which the light rig is oriented in relation to the scene. |
GetPerspective | Gets and sets the angle at which a ThreeDFormat object can be viewed. |
SetPerspective | Gets and sets the angle at which a ThreeDFormat object can be viewed. |
GetRotationX | Gets and sets the rotation of the extruded shape around the x-axis in degrees. |
SetRotationX | Gets and sets the rotation of the extruded shape around the x-axis in degrees. |
GetRotationY | Gets and sets the rotation of the extruded shape around the y-axis in degrees. |
SetRotationY | Gets and sets the rotation of the extruded shape around the y-axis in degrees. |
GetRotationZ | Gets and sets the rotation of the extruded shape around the z-axis in degrees. |
SetRotationZ | Gets and sets the rotation of the extruded shape around the z-axis in degrees. |
GetPresetCameraType | Gets and sets the extrusion preset camera type. |
SetPresetCameraType | Gets and sets the extrusion preset camera type. |
GetHashCode | Gets hashcode. |
Equals |