|
ENTITY array_based_unstructured_mesh SUBTYPE OF (unstructured_mesh); cells : ARRAY [1:cell_count] OF vertex_defined_cell; WHERE wr1: SELF\mesh.index_count = 1; END_ENTITY; -- array_based_unstructured_mesh |
Entity data types and their attributesrepresentation_itemname: label; topological_representation_item - mesh description: text; index_count: INTEGER; unstructured_mesh cell_count: INTEGER; array_based_unstructured_mesh cells: ARRAY [1:cell_count] OF vertex_defined_cell; |
| array_based_unstructured_mesh_and_vertices (mesh_topology_schema) |
Global rules for this entity data type- |