|
ENTITY mesh ABSTRACT SUPERTYPE OF ((ONEOF (structured_mesh, unstructured_mesh) ANDOR submesh)) SUBTYPE OF (topological_representation_item); description : text; index_count : INTEGER; END_ENTITY; -- mesh |
Entity data types and their attributesrepresentation_itemname: label; topological_representation_item - mesh description: text; index_count: INTEGER; |
| structured_mesh (mesh_topology_schema) |
| submesh (mesh_topology_schema) |
| unstructured_mesh (mesh_topology_schema) |
Global rules for this entity data type- |