PDF3DCuttingPlaneOrientation

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

NameTypeAccessDescription
AngleXdouble?Read/WriteGets or sets the angle x.
AngleYdouble?Read/WriteGets or sets the angle y.
AngleZdouble?Read/WriteGets or sets the angle z.

Methods

SignatureDescription
PDF3DCuttingPlaneOrientation()Calls PDF3DCuttingPlaneOrientation on this PDF3DCuttingPlaneOrientation instance.
PDF3DCuttingPlaneOrientation(angleX: double?, angleY: double?, angleZ: double?)
ToString()Calls ToString on this PDF3DCuttingPlaneOrientation instance.

See Also