|
ENTITY structured_mesh_with_rind SUBTYPE OF (structured_mesh); rind_planes : rind; END_ENTITY; -- structured_mesh_with_rind |
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 rind_planes: rind; |
Global rules for this entity data type- |