ENTITY face_shape_representation_relationship

(* SCHEMA feature_based_process_planning; *)
  ENTITY face_shape_representation_relationship
    SUBTYPE OF (representation_relationship);
    WHERE
      wr1: 'FEATURE_BASED_PROCESS_PLANNING.FACE_SHAPE_REPRESENTATION' IN 
               TYPEOF(SELF.rep_1);
      wr2: 'FEATURE_BASED_PROCESS_PLANNING.FACE_SHAPE_REPRESENTATION' IN 
               TYPEOF(SELF.rep_2);
  END_ENTITY; -- face_shape_representation_relationship

Explicit Attributes

Entity face_shape_representation_relationship has the following local and inherited explicit attributes:
AttributeTypeDefined By
 namelabel (STRING)representation_relationship
 descriptiontext (STRING)representation_relationship
 rep_1representation (ENTITY)representation_relationship
 rep_2representation (ENTITY)representation_relationship

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity face_shape_representation_relationship inherits from the following supertypes:
  representation_relationship

Subtypes

    No subtypes

Referenced By

    Not referenced by any other definition


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:18:01-04:00