Identifier
Identifier contains textual identifiers extracted from the drawing, such as part numbers, drawing numbers, or order numbers. It stores the identifier value, an identifier type classifying what kind of number it is, and a reference id linking it back to the drawing. Having identifiers in a structured model enables reliable cross-referencing between balloons, BOM rows, and title blocks. You can use it to map drawings to ERP records, trigger version comparisons, or build navigation interfaces that jump to specific sections. The object also captures language metadata, the stakeholder the identifier belongs to (supplier, owner, or customer), and the period it applies to (previous, current, or future), so your downstream systems can reconcile variations automatically.
Bases: Entry
Represents an identifier (such as the drawing number) used for distinguishing elements in a drawing.
| PARAMETER | DESCRIPTION |
|---|---|
reference_id | Reference ID to identify the object. TYPE: |
language | The language of the identifier, if known. TYPE: |
value | The value of the identifier. Must be a non-empty string. TYPE: |
identifier_type | The type of identifier, such as part ID or drawing ID. TYPE: |
stakeholder | The associated stakeholder, if known. TYPE: |
period | The associated period, if known. TYPE: |