Overview Schemas Index

mesh_topology_schema         


ENTITY extraction_of_submesh_by_vertices
          SUBTYPE OF (extraction_of_submesh);
          vertex_count : INTEGER;
          vertices : ARRAY [1:vertex_count] OF vertex;
END_ENTITY; -- extraction_of_submesh_by_vertices

Entity data types and their attributes

extraction_of_submesh
          whole: mesh;
          part: submesh;
extraction_of_submesh_by_vertices
          vertex_count: INTEGER;
          vertices: ARRAY [1:vertex_count] OF vertex;

Users: by entity attributes

extraction_of_submesh
extraction_of_submesh_by_vertices

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

extraction_of_submesh_by_vertices
          -

Global rules for this entity data type

          -