Navigation

element_surface_complex

EXPRESS specification:

ENTITY element_surface_complex
SUPERTYPE OF (ONEOF(element_surface_plane, element_surface_profiled))
SUBTYPE OF ( element_surface);
surface_definition  :  surface;
END_ENTITY;

References (3):

Name Type Referred through Express-G
element_surface Entity
Subtype
No Diagram
element_surface_plane Entity
Supertype
No Diagram
element_surface_profiled Entity
Supertype
No Diagram

Inheritance graph

ENTITY element_surface_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_surface;
thickness  :  positive_length_measure_with_unit;
DERIVE
connectivities  :  SET [3:?] OF element_node_connectivity :=  bag_to_set 
(USEDIN(SELF,'STRUCTURAL_FRAME_SCHEMA.ELEMENT_NODE_CONNECTIVITY.CONNECTING_ELEMENT'));
ENTITY element_surface_complex;
surface_definition  :  surface;
END_ENTITY;