Aspose::Pdf::Annotations::PDF3DCuttingPlaneOrientation class

PDF3DCuttingPlaneOrientation class

Class PDF3DCuttingPlaneOrientation.

class PDF3DCuttingPlaneOrientation : public System::Object

Methods

MethodDescription
get_AngleX() constGets the angle to X axis.
get_AngleY() constGets the angle to Y axis.
get_AngleZ() constGets the angle to Z axis.
PDF3DCuttingPlaneOrientation()Initializes a new instance of the PDF3DCuttingPlaneOrientation class.
PDF3DCuttingPlaneOrientation(System::Nullable<double>, System::Nullable<double>, System::Nullable<double>)Initializes a new instance of the PDF3DCuttingPlaneOrientation class.
set_AngleX(System::Nullable<double>)Sets the angle to X axis.
set_AngleY(System::Nullable<double>)Sets the angle to Y axis.
set_AngleZ(System::Nullable<double>)Sets the angle to Z axis.
ToString() const overrideReturns a System::String that represents this instance.

See Also