|
ENTITY fea_model_2d SUBTYPE OF (fea_model); type_of_2d_analysis : axi_or_plane; WHERE WR1: SELF\representation.context_of_items\ geometric_representation_context.coordinate_space_dimension = 2; END_ENTITY; -- fea_model_2d |
Entity data types and their attributesrepresentationname: label; items: SET [1:?] OF representation_item; context_of_items: representation_context; (DER) id: identifier; (DER) description: text; fea_model creating_software: text; intended_analysis_code: SET [1:?] OF text; analysis_type: text; fea_model_2d type_of_2d_analysis: axi_or_plane; |
Global rules for this entity data type- |