PDF3DCuttingPlaneOrientation
Overview
PDF3DCuttingPlaneOrientation is a class in Aspose.PDF FOSS for .NET.
Orientation angles for the cutting plane of a 3D cross-section.
This class provides 3 methods for working with PDF3DCuttingPlaneOrientation objects in .NET programs.
Available methods include: PDF3DCuttingPlaneOrientation, ToString.
All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package.
Properties: AngleX, AngleY, AngleZ.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
AngleX | double? | Read/Write | Gets or sets the angle x. |
AngleY | double? | Read/Write | Gets or sets the angle y. |
AngleZ | double? | Read/Write | Gets or sets the angle z. |
Methods
| Signature | Description |
|---|---|
PDF3DCuttingPlaneOrientation() | Calls PDF3DCuttingPlaneOrientation on this PDF3DCuttingPlaneOrientation instance. |
PDF3DCuttingPlaneOrientation(angleX: double?, angleY: double?, angleZ: double?) | |
ToString() | Calls ToString on this PDF3DCuttingPlaneOrientation instance. |