ENTITY dimension_callout_relationship

(* SCHEMA step_merged_ap_schema; *)
-- IN AP203e2/AP214/AP238 STEP-NC/AP242
ENTITY dimension_callout_relationship
   SUBTYPE OF (draughting_callout_relationship);
   WHERE
      WR1:
         SELF.name IN [ 'primary', 'secondary' ];
      wr2:
         SIZEOF(TYPEOF(SELF.relating_draughting_callout) * [ 'STEP_MERGED_AP_SCHEMA.ANGULAR_DIMENSION', 'STEP_MERGED_AP_SCHEMA.CURVE_DIMENSION', 'STEP_MERGED_AP_SCHEMA.DIAMETER_DIMENSION', 'STEP_MERGED_AP_SCHEMA.LEADER_DIRECTED_DIMENSION', 'STEP_MERGED_AP_SCHEMA.LINEAR_DIMENSION', 'STEP_MERGED_AP_SCHEMA.ORDINATE_DIMENSION', 'STEP_MERGED_AP_SCHEMA.RADIUS_DIMENSION' ]) >= 1;
      wr3:
         SIZEOF(TYPEOF(SELF.related_draughting_callout) * [ 'STEP_MERGED_AP_SCHEMA.DIMENSION_CURVE_DIRECTED_CALLOUT', 'STEP_MERGED_AP_SCHEMA.PROJECTION_DIRECTED_CALLOUT', 'STEP_MERGED_AP_SCHEMA.LEADER_DIRECTED_CALLOUT' ]) = 0;
      wr4:
         SELF.related_draughting_callout.contents * SELF.relating_draughting_callout.contents = SELF.related_draughting_callout.contents;
END_ENTITY;

Explicit Attributes

Entity dimension_callout_relationship has the following local and inherited explicit attributes:
AttributeTypeDefined By
 namelabel (STRING)draughting_callout_relationship
 descriptiontext (STRING)draughting_callout_relationship
 relating_draughting_calloutdraughting_callout (ENTITY)draughting_callout_relationship
 related_draughting_calloutdraughting_callout (ENTITY)draughting_callout_relationship

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity dimension_callout_relationship inherits from the following supertypes:
  draughting_callout_relationship

Subtypes

    No subtypes

Referenced By

    Not referenced by any other definition


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2020-07-28T17:02:15-04:00