|
ENTITY mesh_connectivity ABSTRACT SUPERTYPE OF (ONEOF (matched_mesh_connection, mismatched_mesh_connection)); name : label; description : text; id : identifier; current : mesh; DERIVE index_count : INTEGER := current.index_count; END_ENTITY; -- mesh_connectivity |
Entity data types and their attributesmesh_connectivityname: label; description: text; id: identifier; current: mesh; (DER) index_count: INTEGER; |
| matched_mesh_connection (mesh_connectivity_schema) |
| mismatched_mesh_connection (mesh_connectivity_schema) |
Users: by entity attributesmesh_connectivitymultiple_mesh_block.connectivities Users: by defined types, not used by any entity attributemesh_connectivity- |
Global rules for this entity data type- |