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.
Value: The center.public void setCenter(Point3D value)
Gets or sets the cross section rotation center.
Value: 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]
Value: The cutting plane opacity.public void setCuttingPlaneOpacity(double value)
Gets or sets the cutting plane opacity.
com.aspose.ms.System.Exception
- The number must be in the range [0 , 1]
Value: The cutting plane opacity.public PDF3DCuttingPlaneOrientation getCuttingPlaneOrientation()
Gets or sets the cutting plane orientation.
com.aspose.ms.System.Exception
- Only one of the values shall be Null
Value: The cutting plane orientation.public void setCuttingPlaneOrientation(PDF3DCuttingPlaneOrientation value)
Gets or sets the cutting plane orientation.
com.aspose.ms.System.Exception
- Only one of the values shall be Null
Value: The cutting plane orientation.public Color getCuttingPlaneColor()
Gets or sets the color of the cutting plane.
Value: The color of the cutting plane.public void setCuttingPlaneColor(Color value)
Gets or sets the color of the cutting plane.
Value: The color of the cutting plane.public Color getCuttingPlanesIntersectionColor()
Gets or sets the color of the cutting planes intersection.
Value: The color of the cutting planes intersection.public void setCuttingPlanesIntersectionColor(Color value)
Gets or sets the color of the cutting planes intersection.
Value: The color of the cutting planes intersection.public boolean getVisibility()
Gets or sets a value indicating visibility of the cutting planes intersection.
Value: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
.Copyright © 2017 Aspose. All Rights Reserved.