ENTITY dimension_callout_component_relationship

(* SCHEMA explicit_draughting; *)
  ENTITY dimension_callout_component_relationship
    SUBTYPE OF (draughting_callout_relationship);
    WHERE
      wr1: SELF.name IN ['prefix','suffix'];
      wr2: 'EXPLICIT_DRAUGHTING.STRUCTURED_DIMENSION_CALLOUT' IN TYPEOF(
               SELF.relating_draughting_callout);
      wr3: SIZEOF(TYPEOF(SELF.related_draughting_callout) * [
               'EXPLICIT_DRAUGHTING.LEADER_DIRECTED_CALLOUT',
               'EXPLICIT_DRAUGHTING.PROJECTION_DIRECTED_CALLOUT',
               'EXPLICIT_DRAUGHTING.DIMENSION_CURVE_DIRECTED_CALLOUT',
               'EXPLICIT_DRAUGHTING.STRUCTURED_DIMENSION_CALLOUT']) = 0;
      wr4: (SELF.related_draughting_callout.contents * SELF.
               relating_draughting_callout.contents) = SELF.
               related_draughting_callout.contents;
  END_ENTITY; -- dimension_callout_component_relationship

Explicit Attributes

Entity dimension_callout_component_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_component_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 ToolsTM EXPRESS to HTML Converter
on 2007-09-07T16:37:43-04:00