Navigation

material_orthotropic

EXPRESS specification:

ENTITY material_orthotropic
SUBTYPE OF ( material);
in_plane_properties  :  material_representation;
out_of_plane_properties  :  material_representation;
WHERE
WRM40  :  in_plane_properties :<>: out_of_plane_properties;
END_ENTITY;

References (1):

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

Inheritance graph

ENTITY material_orthotropic;
ENTITY structural_frame_item;
item_number  :  INTEGER;
item_name  :  label;
item_description  :  OPTIONAL text;
DERIVE
item_ref  :  BAG OF identifier :=  get_item_ref(SELF);
cost_code  :  BAG OF label :=  get_item_cost_code(SELF);
object_id  :  globally_unique_id :=  get_instance_id(SELF);
ENTITY material;
DERIVE
material_number  :  INTEGER :=  SELF\structural_frame_item.item_number;
material_name  :  label :=  SELF\structural_frame_item.item_name;
material_grade  :  BAG OF identifier :=  SELF\structural_frame_item.item_ref;
ENTITY material_orthotropic;
in_plane_properties  :  material_representation;
out_of_plane_properties  :  material_representation;
END_ENTITY;