|
ENTITY cell_of_structured_mesh SUBTYPE OF (cell); the_mesh : structured_mesh; cell_identifier : ARRAY [1:index_count] OF INTEGER; DERIVE index_count : INTEGER := the_mesh\mesh.index_count; END_ENTITY; -- cell_of_structured_mesh |
Entity data types and their attributesrepresentation_itemname: label; topological_representation_item - cell description: text; dimension: INTEGER; cell_of_structured_mesh the_mesh: structured_mesh; cell_identifier: ARRAY [1:index_count] OF INTEGER; (DER) index_count: INTEGER; |
Global rules for this entity data type- |