PDF3DCrossSection
Inheritance: java.lang.Object
public class PDF3DCrossSection
Class PDF3DCrossSection.
Constructors
Constructor | Description |
---|---|
PDF3DCrossSection(Document doc) | Initializes a new instance of the PDF3DCrossSection class. |
Methods
Method | Description |
---|---|
getCenter() | Gets or sets the cross section rotation center. |
setCenter(Point3D value) | Gets or sets the cross section rotation center. |
getCuttingPlaneOpacity() | Gets or sets the cutting plane opacity. |
setCuttingPlaneOpacity(double value) | Gets or sets the cutting plane opacity. |
getCuttingPlaneOrientation() | Gets or sets the cutting plane orientation. |
setCuttingPlaneOrientation(PDF3DCuttingPlaneOrientation value) | Gets or sets the cutting plane orientation. |
getCuttingPlaneColor() | Gets or sets the color of the cutting plane. |
setCuttingPlaneColor(Color value) | Gets or sets the color of the cutting plane. |
getCuttingPlanesIntersectionColor() | Gets or sets the color of the cutting planes intersection. |
setCuttingPlanesIntersectionColor(Color value) | Gets or sets the color of the cutting planes intersection. |
getVisibility() | Gets or sets a value indicating visibility of the cutting planes intersection. |
setVisibility(boolean value) | Gets or sets a value indicating visibility of the cutting planes intersection. |
PDF3DCrossSection(Document doc)
public PDF3DCrossSection(Document doc)
Initializes a new instance of the PDF3DCrossSection class.
Parameters:
Parameter | Type | Description |
---|---|---|
doc | Document | The document. |
getCenter()
public Point3D getCenter()
Gets or sets the cross section rotation center.
Returns: Point3D - Point3D object: The center.
setCenter(Point3D value)
public void setCenter(Point3D value)
Gets or sets the cross section rotation center.
Parameters:
Parameter | Type | Description |
---|---|---|
value | Point3D | Point3D object: The center. |
getCuttingPlaneOpacity()
public double getCuttingPlaneOpacity()
Gets or sets the cutting plane opacity.
Returns: double - double value: The cutting plane opacity.
setCuttingPlaneOpacity(double value)
public void setCuttingPlaneOpacity(double value)
Gets or sets the cutting plane opacity.
Parameters:
Parameter | Type | Description |
---|---|---|
value | double | double value: The cutting plane opacity. |
getCuttingPlaneOrientation()
public PDF3DCuttingPlaneOrientation getCuttingPlaneOrientation()
Gets or sets the cutting plane orientation.
Returns: PDF3DCuttingPlaneOrientation - PDF3DCuttingPlaneOrientation object: The cutting plane orientation.
setCuttingPlaneOrientation(PDF3DCuttingPlaneOrientation value)
public void setCuttingPlaneOrientation(PDF3DCuttingPlaneOrientation value)
Gets or sets the cutting plane orientation.
Parameters:
Parameter | Type | Description |
---|---|---|
value | PDF3DCuttingPlaneOrientation | PDF3DCuttingPlaneOrientation object: The cutting plane orientation. |
getCuttingPlaneColor()
public Color getCuttingPlaneColor()
Gets or sets the color of the cutting plane.
Returns: Color - com.aspose.pdf.Color object: The color of the cutting plane.
setCuttingPlaneColor(Color value)
public void setCuttingPlaneColor(Color value)
Gets or sets the color of the cutting plane.
Parameters:
Parameter | Type | Description |
---|---|---|
value | Color | com.aspose.pdf.Color object: The color of the cutting plane. |
getCuttingPlanesIntersectionColor()
public Color getCuttingPlanesIntersectionColor()
Gets or sets the color of the cutting planes intersection.
Returns: Color - com.aspose.pdf.Color object: The color of the cutting planes intersection.
setCuttingPlanesIntersectionColor(Color value)
public void setCuttingPlanesIntersectionColor(Color value)
Gets or sets the color of the cutting planes intersection.
Parameters:
Parameter | Type | Description |
---|---|---|
value | Color | com.aspose.pdf.Color object: The color of the cutting planes intersection. |
getVisibility()
public boolean getVisibility()
Gets or sets a value indicating visibility of the cutting planes intersection.
Returns: boolean - : true if visible; otherwise, false .
setVisibility(boolean value)
public void setVisibility(boolean value)
Gets or sets a value indicating visibility of the cutting planes intersection.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean | : true if visible; otherwise, false . |