public class PDF3DCrossSection extends Object
Class PDF3DCrossSection.
Constructor and Description |
---|
PDF3DCrossSection(Document doc)
Initializes a new instance of the
PDF3DCrossSection class. |
Modifier and Type | Method and Description |
---|---|
Point3D |
getCenter()
Gets or sets the cross section rotation center.
|
Color |
getCuttingPlaneColor()
Gets or sets the color of the cutting plane.
|
double |
getCuttingPlaneOpacity()
Gets or sets the cutting plane opacity.
|
PDF3DCuttingPlaneOrientation |
getCuttingPlaneOrientation()
Gets or sets the cutting plane orientation.
|
Color |
getCuttingPlanesIntersectionColor()
Gets or sets the color of the cutting planes intersection.
|
boolean |
getVisibility()
Gets or sets a value indicating visibility of the cutting planes intersection.
|
void |
setCenter(Point3D value)
Gets or sets the cross section rotation center.
|
void |
setCuttingPlaneColor(Color value)
Gets or sets the color of the cutting plane.
|
void |
setCuttingPlaneOpacity(double value)
Gets or sets the cutting plane opacity.
|
void |
setCuttingPlaneOrientation(PDF3DCuttingPlaneOrientation value)
Gets or sets the cutting plane orientation.
|
void |
setCuttingPlanesIntersectionColor(Color value)
Gets or sets the color of the cutting planes intersection.
|
void |
setVisibility(boolean value)
Gets or sets a value indicating visibility of the cutting planes intersection.
|
public PDF3DCrossSection(Document doc)
Initializes a new instance of the PDF3DCrossSection
class.
doc
- The document.public Point3D getCenter()
Gets or sets the cross section rotation center.
public void setCenter(Point3D value)
Gets or sets the cross section rotation center.
value
- Point3D object: The center.public double getCuttingPlaneOpacity()
Gets or sets the cutting plane opacity.
com.aspose.ms.System.Exception
- The number must be in the range [0 , 1]public void setCuttingPlaneOpacity(double value)
Gets or sets the cutting plane opacity.
value
- double value: The cutting plane opacity.com.aspose.ms.System.Exception
- The number must be in the range [0 , 1]public PDF3DCuttingPlaneOrientation getCuttingPlaneOrientation()
Gets or sets the cutting plane orientation.
com.aspose.ms.System.Exception
- Only one of the values shall be Nullpublic void setCuttingPlaneOrientation(PDF3DCuttingPlaneOrientation value)
Gets or sets the cutting plane orientation.
value
- PDF3DCuttingPlaneOrientation object: The cutting plane orientation.com.aspose.ms.System.Exception
- Only one of the values shall be Nullpublic Color getCuttingPlaneColor()
Gets or sets the color of the cutting plane.
public void setCuttingPlaneColor(Color value)
Gets or sets the color of the cutting plane.
value
- com.aspose.pdf.Color object: The color of the cutting plane.public Color getCuttingPlanesIntersectionColor()
Gets or sets the color of the cutting planes intersection.
public void setCuttingPlanesIntersectionColor(Color value)
Gets or sets the color of the cutting planes intersection.
value
- com.aspose.pdf.Color object: The color of the cutting planes intersection.public boolean getVisibility()
Gets or sets a value indicating visibility of the cutting planes intersection.
true
if visible; otherwise, false
.public void setVisibility(boolean value)
Gets or sets a value indicating visibility of the cutting planes intersection.
value
- : true
if visible; otherwise, false
.