Navigation

material_representation

EXPRESS specification:

ENTITY material_representation
SUBTYPE OF ( representation);
WHERE
WRM21  :  ('STRUCTURAL_FRAME_SCHEMA.MATERIAL_PROPERTY_CONTEXT' IN TYPEOF (SELF\representation.context_of_items)) AND ('STRUCTURAL_FRAME_SCHEMA.GLOBAL_UNIT_ASSIGNED_CONTEXT' IN TYPEOF (SELF\representation.context_of_items));
WRM22  :  SIZEOF(QUERY(temp <* SELF\representation.items | ('STRUCTURAL_FRAME_SCHEMA.MATERIAL_REPRESENTATION_ITEM') IN TYPEOF(temp))) > 0;
END_ENTITY;

References (5):

Name Type Referred through Express-G
material_anisotropic Entity
Attribute 'properties'
No Diagram
material_isotropic Entity
Attribute 'definition'
No Diagram
material_orthotropic Entity
Attribute 'in_plane_properties'
Attribute 'out_of_plane_properties'
No Diagram
representation Entity
Subtype
No Diagram

Inheritance graph

ENTITY material_representation;
ENTITY representation;
name  :  label;
items  :  SET [1:?] OF representation_item;
context_of_items  :  representation_context;
DERIVE
id  :  identifier :=  get_id_value (SELF);
description  :  text :=  get_description_value (SELF);
ENTITY material_representation;
END_ENTITY;