Navigation

element_eccentricity

EXPRESS specification:

ENTITY element_eccentricity;
element_eccentricity_name  :  label;
x_eccentricity  :  OPTIONAL length_measure_with_unit;
y_eccentricity  :  OPTIONAL length_measure_with_unit;
z_eccentricity  :  OPTIONAL length_measure_with_unit;
INVERSE
eccentric_connectivities  :  SET [1:?] OF element_node_connectivity FOR eccentricity;
WHERE
WRE8  :  EXISTS (x_eccentricity) OR EXISTS (y_eccentricity) OR EXISTS (z_eccentricity);
END_ENTITY;

References (2):

Name Type Referred through Express-G
element_node_connectivity Entity
Attribute 'eccentricity'
No Diagram
select_analysis_model_item Select
Select relation
No Diagram

Inheritance graph

ENTITY element_eccentricity;
ENTITY element_eccentricity;
element_eccentricity_name  :  label;
x_eccentricity  :  OPTIONAL length_measure_with_unit;
y_eccentricity  :  OPTIONAL length_measure_with_unit;
z_eccentricity  :  OPTIONAL length_measure_with_unit;
INVERSE
eccentric_connectivities  :  SET [1:?] OF element_node_connectivity FOR eccentricity;
END_ENTITY;