GDnTFeature
GDnTFeature represents the feature modifiers attached to a GD&T requirement. It captures an optional filter specification, the associated-feature symbol (such as Ⓒ, Ⓖ, Ⓝ, Ⓧ, or Ⓣ), and the derived-feature symbol (Ⓟ or Ⓐ) in a structured form. By modeling these modifiers, the API makes it possible to programmatically interpret how the toleranced feature should be filtered, associated, and derived before evaluation. Downstream applications can therefore assess inspection feasibility, perform tolerance stack-ups, or highlight changes between revisions. Use it to transform complex GD&T symbology into data that quality systems, CAM tools, and digital twins can consume without manual transcription.
Bases: BaseModel
Represents the feature of the GD&T
| PARAMETER | DESCRIPTION |
|---|---|
filter | Filter for the feature TYPE: |
associated_feature | Associated feature for the GD&T TYPE: |
derived_feature | Derived feature for the GD&T TYPE: |