ENTITY element_geometric_relationship

(* SCHEMA structural_analysis_design; *)
  ENTITY element_geometric_relationship;
      element_ref : element_or_element_group;
      item        : analysis_item_within_representation;
      aspect      : element_aspect;
    WHERE
      wr1: ('STRUCTURAL_ANALYSIS_DESIGN.GEOMETRIC_REPRESENTATION_ITEM' IN 
               TYPEOF(item.item));
      wr2: consistent_geometric_reference(aspect,item.item);
      wr3: consistent_element_or_group_reference(aspect,element_ref);
  END_ENTITY; -- element_geometric_relationship

Explicit Attributes

Entity element_geometric_relationship has the following local and inherited explicit attributes:
AttributeTypeDefined By
 element_refelement_or_element_group (SELECT)element_geometric_relationship
 itemanalysis_item_within_representation (ENTITY)element_geometric_relationship
 aspectelement_aspect (SELECT)element_geometric_relationship

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

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:15:05-04:00