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

The ISO PDF Specification, ISO 32000-2:2017 PDF 2.0; Table: 325, page 680.

Adobe Supplement to the ISO 32000, BaseVersion: 1.7, ExtensionLevel: 3; Table: 9.33a, page 60.

A 3D units dictionary defines the unit system for 3D measurements in a 3D annotation. It specifies the translation scale and units for three orthogonal measurement axes, allowing measurements made on the 3D model to be expressed in meaningful physical units.

For each of the three measurement axes (translation T, a second axis U, and a depth axis D), the dictionary holds a scale numerator (Sm), scale denominator (Sn), and a unit name (U). The actual scale factor is Sm divided by Sn, expressing the ratio of model units to the named unit.

Unit names are text strings such as m, cm, mm, in, or ft. Consistent units allow measurement tools and external applications to interpret model dimensions correctly.

System.Object
    WebSupergoo.ABCpdf14.Elements.Element
       WebSupergoo.ABCpdf14.Elements.D3DUnitsElement

 

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

 

   
   
Property
Description
EntryTSm Represents the "TSm" entry of the 3d units dictionary object.
EntryTSn Represents the "TSn" entry of the 3d units dictionary object.
EntryTU Represents the "TU" entry of the 3d units dictionary object.
EntryUSm Represents the "USm" entry of the 3d units dictionary object.
EntryUSn Represents the "USn" entry of the 3d units dictionary object.
EntryUU Represents the "UU" entry of the 3d units dictionary object.
EntryDSm Represents the "DSm" entry of the 3d units dictionary object.
EntryDSn Represents the "DSn" entry of the 3d units dictionary object.
EntryDU Represents the "DU" entry of the 3d units dictionary object.
inherited properties...