This class represents the 3D cross section dictionary. This is definitively detailed in:.

The ISO PDF Specification, ISO 32000-1:2008 PDF 1.7; Table: 311, page 532.

The ISO PDF Specification, ISO 32000-2:2017 PDF 2.0; Table: 322, page 664.

A 3D cross-section dictionary defines a planar cut through a 3D model that reveals its interior. Cross-sections allow viewers to inspect the internal structure of solid models without modifying the model data.

The C entry holds a three-element array specifying the centre point of the cutting plane in model coordinates. The O entry holds a three-element array specifying the orientation of the cutting plane as a normal vector direction.

The PO entry specifies the plane opacity: how transparent the cutting plane itself appears. The PC entry holds the cutting plane colour.

The IV entry, when true, makes the intersecting geometry visible. The IC entry holds the colour of the intersecting geometry. The ST entry, when true, causes the model to be cut and the cross-section to show solid material. The SC entry controls the colour shown on the cut surfaces.

System.Object
    WebSupergoo.ABCpdf14.Elements.Element
       WebSupergoo.ABCpdf14.Elements.D3DCrossSectionElement

 

   
   
Method
Description
D3DCrossSectionElement Create a new D3DCrossSectionElement.
inherited methods...

 

   
   
Property
Description
EntryType Represents the "Type" entry of the 3d cross section dictionary object.
EntryC Represents the "C" entry of the 3d cross section dictionary object.
EntryO Represents the "O" entry of the 3d cross section dictionary object.
EntryPO Represents the "PO" entry of the 3d cross section dictionary object.
EntryPC Represents the "PC" entry of the 3d cross section dictionary object.
EntryIV Represents the "IV" entry of the 3d cross section dictionary object.
EntryIC Represents the "IC" entry of the 3d cross section dictionary object.
EntryST Represents the "ST" entry of the 3d cross section dictionary object.
EntrySC Represents the "SC" entry of the 3d cross section dictionary object.
inherited properties...