|
ENTITY cell SUPERTYPE OF (ONEOF (cell_of_structured_mesh, vertex_defined_cell)) SUBTYPE OF (topological_representation_item); description : text; dimension : INTEGER; END_ENTITY; -- cell |
Entity data types and their attributesrepresentation_itemname: label; topological_representation_item - cell description: text; dimension: INTEGER; |
| cell_of_structured_mesh (mesh_topology_schema) |
| cell_with_explicit_boundary (mesh_topology_schema) |
| vertex_defined_cell (mesh_topology_schema) |
Global rules for this entity data type- |