|
ENTITY directionally_explicit_element_representation SUBTYPE OF (element_representation); model_ref : fea_model; systems_and_freedoms : LIST [2:2] OF system_and_freedom; coefficient : directionally_explicit_element_coefficient; UNIQUE UR1 : model_ref, name; WHERE FU1: required_1d_nodes ( SELF\element_representation.node_list, linear); END_ENTITY; -- directionally_explicit_element_representation |
Entity data types and their attributesrepresentationname: label; items: SET [1:?] OF representation_item; context_of_items: representation_context; (DER) id: identifier; (DER) description: text; element_representation node_list: LIST [1:?] OF node_representation; directionally_explicit_element_representation model_ref: fea_model; systems_and_freedoms: LIST [2:2] OF system_and_freedom; coefficient: directionally_explicit_element_coefficient; |
Global rules for this entity data type- |