PDF3DCrossSection

PDF3DCrossSection

Overview

PDF3DCrossSection is a class in Aspose.PDF FOSS for .NET.

Single cross-section through a PDF 3D model.

This class provides 1 method for working with PDF3DCrossSection objects in .NET programs. Available methods include: PDF3DCrossSection. All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package. Properties: Center, CuttingPlaneColor, CuttingPlaneOpacity, CuttingPlaneOrientation, CuttingPlanesIntersectionColor, Visibility.

Properties

NameTypeAccessDescription
CenterPoint3DRead/WriteGets or sets the center.
CuttingPlaneColorColorRead/WriteGets or sets the cutting plane color.
CuttingPlaneOpacitydoubleRead/WriteGets or sets the cutting plane opacity.
CuttingPlaneOrientationPDF3DCuttingPlaneOrientationRead/WriteGets or sets the cutting plane orientation.
CuttingPlanesIntersectionColorColorRead/WriteGets or sets the cutting planes intersection color.
VisibilityboolRead/WriteGets or sets the visibility.

Methods

SignatureDescription
PDF3DCrossSection(doc: Document)Calls PDF3DCrossSection on this PDF3DCrossSection instance.

See Also