public class PDF3DCuttingPlaneOrientation extends Object
Class PDF3DCuttingPlaneOrientation.
Constructor and Description |
---|
PDF3DCuttingPlaneOrientation()
Initializes a new instance of the
PDF3DCuttingPlaneOrientation class. |
PDF3DCuttingPlaneOrientation(Double angleX,
Double angleY,
Double angleZ)
Initializes a new instance of the
PDF3DCuttingPlaneOrientation class. |
Modifier and Type | Method and Description |
---|---|
Double |
getAngleX()
Gets or sets the angle to X axis.
|
Double |
getAngleY()
Gets or sets the angle to Y axis.
|
Double |
getAngleZ()
Gets or sets the angle to Z axis.
|
void |
setAngleX(Double value)
Gets or sets the angle to X axis.
|
void |
setAngleY(Double value)
Gets or sets the angle to Y axis.
|
void |
setAngleZ(Double value)
Gets or sets the angle to Z axis.
|
String |
toString()
Returns a
System.String that represents this instance. |
public PDF3DCuttingPlaneOrientation()
Initializes a new instance of the PDF3DCuttingPlaneOrientation
class.
public Double getAngleX()
Gets or sets the angle to X axis.
public void setAngleX(Double value)
Gets or sets the angle to X axis.
value
- Double object: The angle to X axis.public Double getAngleY()
Gets or sets the angle to Y axis.
public void setAngleY(Double value)
Gets or sets the angle to Y axis.
value
- Double object: The angle Y axis.public Double getAngleZ()
Gets or sets the angle to Z axis.
public void setAngleZ(Double value)
Gets or sets the angle to Z axis.
value
- Double object: The angle to Z axis.