ThreeDFormat Class

ThreeDFormat class

Represents a shape’s three-dimensional formatting.


type ThreeDFormat struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetBottomBevelWidthGets and sets the width of the bottom bevel, or how far into the shape it is applied.In unit of Points.
SetBottomBevelWidthGets and sets the width of the bottom bevel, or how far into the shape it is applied.In unit of Points.
GetBottomBevelHeightGets and sets the height of the bottom bevel, or how far into the shape it is applied.In unit of Points.
SetBottomBevelHeightGets and sets the height of the bottom bevel, or how far into the shape it is applied.In unit of Points.
GetBottomBevelTypeGets and sets the type of the bottom bevel, or how far into the shape it is applied.In unit of Points.
SetBottomBevelTypeGets and sets the type of the bottom bevel, or how far into the shape it is applied.In unit of Points.
GetTopBevelWidthGets and sets the width of the top bevel, or how far into the shape it is applied.In unit of Points.
SetTopBevelWidthGets and sets the width of the top bevel, or how far into the shape it is applied.In unit of Points.
GetTopBevelHeightGets and sets the height of the top bevel, or how far into the shape it is applied.In unit of Points.
SetTopBevelHeightGets and sets the height of the top bevel, or how far into the shape it is applied.In unit of Points.
GetTopBevelTypeGets and sets the type of the top bevel, or how far into the shape it is applied.In unit of Points.
SetTopBevelTypeGets and sets the type of the top bevel, or how far into the shape it is applied.In unit of Points.
GetMaterialRepresents the preset material which is combined with the lighting properties to give thefinal look and feel of a shape.
SetMaterialRepresents the preset material which is combined with the lighting properties to give thefinal look and feel of a shape.
GetContourColorGets and sets the contour color on a shape.
SetContourColorGets and sets the contour color on a shape.
GetContourWidthGets and sets the contour width on the shape, in unit of points.
SetContourWidthGets and sets the contour width on the shape, in unit of points.
GetExtrusionColorGets the extrusion color on a shape.
SetExtrusionColorGets the extrusion color on a shape.
GetExtrusionHeightGets and sets the extrusion height of the applied to the shape, in unit of points.
SetExtrusionHeightGets and sets the extrusion height of the applied to the shape, in unit of points.
GetZDefines the distance from ground for the 3D shape.
SetZDefines the distance from ground for the 3D shape.
GetLightAngleGets and sets the angle of the extrusion lights.
SetLightAngleGets and sets the angle of the extrusion lights.
GetLightingGets and sets type of light rig.
SetLightingGets and sets type of light rig.
GetLightingDirectionGets and sets the direction from which the light rig is oriented in relation to the scene.
SetLightingDirectionGets and sets the direction from which the light rig is oriented in relation to the scene.
GetPerspectiveGets and sets the angle at which a ThreeDFormat object can be viewed.
SetPerspectiveGets and sets the angle at which a ThreeDFormat object can be viewed.
GetRotationXGets and sets the rotation of the extruded shape around the x-axis in degrees.
SetRotationXGets and sets the rotation of the extruded shape around the x-axis in degrees.
GetRotationYGets and sets the rotation of the extruded shape around the y-axis in degrees.
SetRotationYGets and sets the rotation of the extruded shape around the y-axis in degrees.
GetRotationZGets and sets the rotation of the extruded shape around the z-axis in degrees.
SetRotationZGets and sets the rotation of the extruded shape around the z-axis in degrees.
GetPresetCameraTypeGets and sets the extrusion preset camera type.
SetPresetCameraTypeGets and sets the extrusion preset camera type.
GetHashCodeGets hashcode.
Equals