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
| Name | Type | Access | Description |
|---|---|---|---|
Center | Point3D | Read/Write | Gets or sets the center. |
CuttingPlaneColor | Color | Read/Write | Gets or sets the cutting plane color. |
CuttingPlaneOpacity | double | Read/Write | Gets or sets the cutting plane opacity. |
CuttingPlaneOrientation | PDF3DCuttingPlaneOrientation | Read/Write | Gets or sets the cutting plane orientation. |
CuttingPlanesIntersectionColor | Color | Read/Write | Gets or sets the cutting planes intersection color. |
Visibility | bool | Read/Write | Gets or sets the visibility. |
Methods
| Signature | Description |
|---|---|
PDF3DCrossSection(doc: Document) | Calls PDF3DCrossSection on this PDF3DCrossSection instance. |