Class PDF3DCuttingPlaneOrientation

PDF3DCuttingPlaneOrientation class

Class PDF3DCuttingPlaneOrientation.

public class PDF3DCuttingPlaneOrientation

Constructors

NameDescription
PDF3DCuttingPlaneOrientation()Initializes a new instance of the PDF3DCuttingPlaneOrientation class.
PDF3DCuttingPlaneOrientation(double?, double?, double?)Initializes a new instance of the PDF3DCuttingPlaneOrientation class.

Properties

NameDescription
AngleX { get; set; }Gets or sets the angle to X axis.
AngleY { get; set; }Gets or sets the angle to Y axis.
AngleZ { get; set; }Gets or sets the angle to Z axis.

Methods

NameDescription
override ToString()Returns a String that represents this instance.

See Also