|
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
|