|
ENTITY explicit_unstructured_mesh SUBTYPE OF (unstructured_mesh); explicit_model : fea_model; cells : ARRAY [1:cell_count] OF UNIQUE element_representation; END_ENTITY; -- explicit_unstructured_mesh |
Entity data types and their attributesrepresentation_itemname: label; topological_representation_item - mesh description: text; index_count: INTEGER; unstructured_mesh cell_count: INTEGER; explicit_unstructured_mesh explicit_model: fea_model; cells: ARRAY [1:cell_count] OF UNIQUE element_representation; |
Global rules for this entity data type- |