Navigation

element_volume_complex

EXPRESS specification:

ENTITY element_volume_complex
SUBTYPE OF ( element_volume);
shape  :  shape_representation_with_units;
END_ENTITY;

References (1):

Name Type Referred through Express-G
element_volume Entity
Subtype
No Diagram

Inheritance graph

ENTITY element_volume_complex;
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;
ENTITY element_volume;
DERIVE
connectivities  :  SET [4:?] OF element_node_connectivity :=  bag_to_set 
(USEDIN(SELF, 'STRUCTURAL_FRAME_SCHEMA.ELEMENT_NODE_CONNECTIVITY.CONNECTING_ELEMENT'));
ENTITY element_volume_complex;
shape  :  shape_representation_with_units;
END_ENTITY;