IThreeDFormat Interface Members
In This Topic
The following tables list the members exposed by IThreeDFormat.
Public Properties
| Name | Description |
![Property](template/packages/core-dotnet/images/Property.png) | Depth |
Gets or sets the depth of the shape's extrusion.
|
![Property](template/packages/core-dotnet/images/Property.png) | Perspective |
Gets or sets whether the extrusion appears in perspective.
|
![Property](template/packages/core-dotnet/images/Property.png) | RotationX |
Gets or sets the rotation of the extruded shape around the x-axis in degrees.
|
![Property](template/packages/core-dotnet/images/Property.png) | RotationY |
Gets or sets the rotation of the extruded shape around the y-axis in degrees.
|
![Property](template/packages/core-dotnet/images/Property.png) | RotationZ |
Gets or sets the rotation of the extruded shape around the z-axis in degrees.
|
![Property](template/packages/core-dotnet/images/Property.png) | Visible |
Gets or sets whether the object is visible.
|
![Property](template/packages/core-dotnet/images/Property.png) | Z | Returns or sets the Z order of the specified IThreeDFormat object. |
Top
Public Methods
| Name | Description |
![Method](template/packages/core-dotnet/images/Method.png) | ResetRotation |
Resets the extrusion rotation around the x-axis and the y-axis to 0 (zero)
so that the front of the extrusion faces forward.
|
Top
See Also