Navigation

element

EXPRESS specification:

ENTITY element
SUPERTYPE OF (ONEOF(element_volume, element_surface, element_curve, element_point) ANDOR element_with_material);
element_name  :  label;
element_description  :  OPTIONAL text;
parent_model  :  analysis_model;
element_dimensionality  :  INTEGER;
INVERSE
connectivity  :  SET [1:?] OF element_node_connectivity FOR connecting_element;
UNIQUE
URE1  :  element_name, parent_model;
WHERE
WRE2  :  element_dimensionality <= parent_model.coordinate_space_dimension;
WRE21  :  (element_dimensionality >= 0) AND (element_dimensionality <= 3);
END_ENTITY;

References (12):

Name Type Referred through Express-G
analysis_model Entity
Attribute 'component_elements'
No Diagram
assembly_map Entity
Attribute 'representing_elements'
No Diagram
element_curve Entity
Supertype
No Diagram
element_mapping Entity
Attribute 'mapped_element'
No Diagram
element_node_connectivity Entity
Attribute 'connecting_element'
No Diagram
element_point Entity
Supertype
No Diagram
element_surface Entity
Supertype
No Diagram
element_volume Entity
Supertype
No Diagram
element_with_material Entity
Supertype
No Diagram
load_element Entity
Attribute 'supporting_element'
No Diagram
part_map Entity
Attribute 'representing_elements'
No Diagram
select_analysis_model_item Select
Select relation
No Diagram

Inheritance graph

ENTITY element;
ENTITY element;
element_name  :  label;
element_description  :  OPTIONAL text;
parent_model  :  analysis_model;
element_dimensionality  :  INTEGER;
INVERSE
connectivity  :  SET [1:?] OF element_node_connectivity FOR connecting_element;
END_ENTITY;