|
ENTITY array_based_unstructured_mesh_and_vertices SUBTYPE OF (array_based_unstructured_mesh); vertex_count : INTEGER; vertices : ARRAY [1:vertex_count] OF UNIQUE vertex; WHERE wr1: all_mesh_vertices(SELF); END_ENTITY; -- array_based_unstructured_mesh_and_vertices |
Entity data types and their attributesrepresentation_itemname: label; topological_representation_item - mesh description: text; index_count: INTEGER; unstructured_mesh cell_count: INTEGER; array_based_unstructured_mesh cells: ARRAY [1:cell_count] OF vertex_defined_cell; array_based_unstructured_mesh_and_vertices vertex_count: INTEGER; vertices: ARRAY [1:vertex_count] OF UNIQUE vertex; |
Global rules for this entity data type- |