|
ENTITY unstructured_mesh ABSTRACT SUPERTYPE OF (ONEOF (array_based_unstructured_mesh, explicit_unstructured_mesh)) SUBTYPE OF (mesh); cell_count : INTEGER; END_ENTITY; -- 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 (mesh_topology_schema) |
| explicit_unstructured_mesh (mesh_topology_schema) |
Global rules for this entity data type- |