PDF3DCrossSection

Inheritance: java.lang.Object

public class PDF3DCrossSection

Class PDF3DCrossSection.

Constructors

ConstructorDescription
PDF3DCrossSection(Document doc)Initializes a new instance of the PDF3DCrossSection class.

Methods

MethodDescription
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:

ParameterTypeDescription
docDocumentThe 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:

ParameterTypeDescription
valuePoint3DPoint3D 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:

ParameterTypeDescription
valuedoubledouble 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:

ParameterTypeDescription
valuePDF3DCuttingPlaneOrientationPDF3DCuttingPlaneOrientation 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:

ParameterTypeDescription
valueColorcom.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:

ParameterTypeDescription
valueColorcom.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:

ParameterTypeDescription
valueboolean: true if visible; otherwise, false .