ENTITY analysis_item_within_representation

(* SCHEMA structural_analysis_design; *)
  ENTITY analysis_item_within_representation;
      name        : label;
      description : text;
      item        : representation_item;
      rep         : representation;
    WHERE
      wr1: (SIZEOF(QUERY ( tmp <* using_representations(item) | (tmp :=: 
               rep) )) = 1);
  END_ENTITY; -- analysis_item_within_representation

Explicit Attributes

Entity analysis_item_within_representation has the following local and inherited explicit attributes:
AttributeTypeDefined By
 namelabel (STRING)analysis_item_within_representation
 descriptiontext (STRING)analysis_item_within_representation
 itemrepresentation_item (ENTITY)analysis_item_within_representation
 reprepresentation (ENTITY)analysis_item_within_representation

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

    No supertypes

Subtypes

    No subtypes

Referenced By

Entity analysis_item_within_representation and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 curve_2d_element_output_reference SELECT analysis_item_within_representation
 curve_3d_element_output_reference SELECT analysis_item_within_representation
 curve_constraint ENTITY analysis_item_within_representation
 curve_freedom_and_value_definition ENTITY analysis_item_within_representation
 element_geometric_relationship ENTITY analysis_item_within_representation
 fea_curve_section_geometric_relationship ENTITY analysis_item_within_representation
 fea_material_property_geometric_relationship ENTITY analysis_item_within_representation
 fea_surface_section_geometric_relationship ENTITY analysis_item_within_representation
 node_geometric_relationship ENTITY analysis_item_within_representation
 node_output_reference SELECT analysis_item_within_representation
 point_constraint ENTITY analysis_item_within_representation
 point_freedom_and_value_definition ENTITY analysis_item_within_representation
 solid_constraint ENTITY analysis_item_within_representation
 solid_freedom_and_value_definition ENTITY analysis_item_within_representation
 surface_2d_element_output_reference SELECT analysis_item_within_representation
 surface_3d_element_output_reference SELECT analysis_item_within_representation
 surface_constraint ENTITY analysis_item_within_representation
 surface_freedom_and_value_definition ENTITY analysis_item_within_representation
 volume_2d_element_output_reference SELECT analysis_item_within_representation
 volume_3d_element_output_reference SELECT analysis_item_within_representation


[Top Level Definitions] [Exit]

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