Aspose::Pdf::Annotations::PDF3DCrossSection class

PDF3DCrossSection class

Class PDF3DCrossSection.

class PDF3DCrossSection : public System::Object

Methods

MethodDescription
get_Center() constGets the cross section rotation center.
get_CuttingPlaneColor() constGets the color of the cutting plane.
get_CuttingPlaneOpacity() constGets the cutting plane opacity.
get_CuttingPlaneOrientation() constGets the cutting plane orientation.
get_CuttingPlanesIntersectionColor() constGets the color of the cutting planes intersection.
get_Visibility() constGets a value indicating visibility of the cutting planes intersection.
PDF3DCrossSection(System::SharedPtr<Document>)Initializes a new instance of the PDF3DCrossSection class.
set_Center(System::SharedPtr<Point3D>)Sets the cross section rotation center.
set_CuttingPlaneColor(System::SharedPtr<Color>)Sets the color of the cutting plane.
set_CuttingPlaneOpacity(double)Sets the cutting plane opacity.
set_CuttingPlaneOrientation(System::SharedPtr<PDF3DCuttingPlaneOrientation>)Sets the cutting plane orientation.
set_CuttingPlanesIntersectionColor(System::SharedPtr<Color>)Sets the color of the cutting planes intersection.
set_Visibility(bool)Sets a value indicating visibility of the cutting planes intersection.

See Also