|
ENTITY structured_mesh SUBTYPE OF (mesh); vertex_counts : ARRAY [1:SELF\mesh.index_count] OF INTEGER; cell_counts : ARRAY [1:SELF\mesh.index_count] OF INTEGER; kind : structured_mesh_type; END_ENTITY; -- structured_mesh |
Entity data types and their attributesrepresentation_itemname: label; topological_representation_item - mesh description: text; index_count: INTEGER; structured_mesh vertex_counts: ARRAY [1:SELF\mesh.index_count] OF INTEGER; cell_counts: ARRAY [1:SELF\mesh.index_count] OF INTEGER; kind: structured_mesh_type; |
| structured_mesh_with_rind (mesh_topology_schema) |
Global rules for this entity data type- |