Overview Schemas Index

mesh_topology_schema         


ENTITY extraction_of_submesh_by_cells
          SUBTYPE OF (extraction_of_submesh);
          cell_count : INTEGER;
          cells : ARRAY [1:cell_count] OF cell;
END_ENTITY; -- extraction_of_submesh_by_cells

Entity data types and their attributes

extraction_of_submesh
          whole: mesh;
          part: submesh;
extraction_of_submesh_by_cells
          cell_count: INTEGER;
          cells: ARRAY [1:cell_count] OF cell;

Users: by entity attributes

extraction_of_submesh
extraction_of_submesh_by_cells

Users: by defined types, not used by any entity attribute

extraction_of_submesh_by_cells
          -

Global rules for this entity data type

          -