Navigation

element_with_material

EXPRESS specification:

ENTITY element_with_material
SUBTYPE OF ( element);
material_definition  :  material;
END_ENTITY;

References (1):

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

Inheritance graph

ENTITY element_with_material;
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_with_material;
material_definition  :  material;
END_ENTITY;