This class represents the 3D linear dimension measurement. This is definitively detailed in:.

The ISO PDF Specification, ISO 32000-2:2017 PDF 2.0; Table: 327, page 684.

Adobe Supplement to the ISO 32000, BaseVersion: 1.7, ExtensionLevel: 3; Table: 9.39b, page 63.

A 3D linear measurement dictionary defines a distance measurement between two points on a 3D model. It specifies the two anchor points, the measurement line endpoint positions, and the display formatting.

The AP entry references the annotation appearance stream for the measurement. The A1 and A2 entries hold three-element arrays giving the positions of the two measurement anchor points in model coordinates.

The N1 and N2 entries hold the surface normal vectors at each anchor point, used to orient the measurement perpendicular to the model surface.

The TP entry specifies the position of the measurement text label. The TY entry names the measurement type. The TS entry holds the measurement text as a string.

The C entry holds the measurement colour. The V entry holds the numeric measurement value. The U entry specifies the measurement units. The P entry holds the measurement precision.

The UT entry, when true, causes the measurement units to be displayed alongside the numeric value. The S entry specifies the scale factor applied to the measurement value.

System.Object
    WebSupergoo.ABCpdf14.Elements.Element
       WebSupergoo.ABCpdf14.Elements.D3DMeasurementElement
          WebSupergoo.ABCpdf14.Elements.D3DLinearMeasurementElement

 

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

 

   
   
Property
Description
EntryAP Represents the "AP" entry of the 3d linear dimension measurement object.
EntryA1 Represents the "A1" entry of the 3d linear dimension measurement object.
EntryN1 Represents the "N1" entry of the 3d linear dimension measurement object.
EntryA2 Represents the "A2" entry of the 3d linear dimension measurement object.
EntryN2 Represents the "N2" entry of the 3d linear dimension measurement object.
EntryTP Represents the "TP" entry of the 3d linear dimension measurement object.
EntryTY Represents the "TY" entry of the 3d linear dimension measurement object.
EntryTS Represents the "TS" entry of the 3d linear dimension measurement object.
EntryC Represents the "C" entry of the 3d linear dimension measurement object.
EntryV Represents the "V" entry of the 3d linear dimension measurement object.
EntryU Represents the "U" entry of the 3d linear dimension measurement object.
EntryP Represents the "P" entry of the 3d linear dimension measurement object.
EntryUT Represents the "UT" entry of the 3d linear dimension measurement object.
EntryS Represents the "S" entry of the 3d linear dimension measurement object.
inherited properties...