ENTITY curve_2d_element_group

(* SCHEMA structural_analysis_design; *)
  ENTITY curve_2d_element_group
    SUBTYPE OF (element_group);
    WHERE
      wr1: (SIZEOF(QUERY ( item <* elements | ((NOT ((
               'STRUCTURAL_ANALYSIS_DESIGN.' + 
               'AXISYMMETRIC_CURVE_2D_ELEMENT_REPRESENTATION') IN TYPEOF(
               item))) AND (NOT (('STRUCTURAL_ANALYSIS_DESIGN.' + 
               'PLANE_CURVE_2D_ELEMENT_REPRESENTATION') IN TYPEOF(item)))) )) 
               = 0);
  END_ENTITY; -- curve_2d_element_group

Explicit Attributes

Entity curve_2d_element_group has the following local and inherited explicit attributes:
AttributeTypeDefined By
 namelabel (STRING)group
 descriptiontext (STRING)group
 model_reffea_model (ENTITY)fea_group
 elementsSET OF element_representation (ENTITY)element_group

Derived Attributes

    No derived attributes

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity curve_2d_element_group inherits from the following supertypes:
  group
    fea_group
      element_group

Subtypes

    No subtypes

Referenced By

Entity curve_2d_element_group and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 curve_2d_element_output_reference SELECT curve_2d_element_group
 element_group_analysis_message ENTITY element_group
 element_or_element_group SELECT element_group
 fea_group ENTITY element_group
 field_variable_element_group_value ENTITY element_group
 field_variable_node_definition ENTITY element_group
 group_relationship ENTITY group


[Top Level Definitions] [Exit]

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