Overview Schemas Index

MESH_TOPOLOGY_SCHEMA (jsdai.SMesh_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

          -

public interface EExtraction_of_submesh_by_vertices extends EExtraction_of_submesh

vertex_count (explicit attribute)

          boolean testVertex_count(EExtraction_of_submesh_by_vertices type)
          integer getVertex_count(EExtraction_of_submesh_by_vertices type)
          void setVertex_count(EExtraction_of_submesh_by_vertices type, integer value)
          void unsetVertex_count(EExtraction_of_submesh_by_vertices type)

vertices (explicit attribute)

          boolean testVertices(EExtraction_of_submesh_by_vertices type)
          AVertex getVertices(EExtraction_of_submesh_by_vertices type)
          AVertex createVertices(EExtraction_of_submesh_by_vertices type)
          void unsetVertices(EExtraction_of_submesh_by_vertices type)

public class CExtraction_of_submesh_by_vertices implements EExtraction_of_submesh_by_vertices

          static EAttribute attributeVertex_count(EExtraction_of_submesh_by_vertices type)
          static EAttribute attributeVertices(EExtraction_of_submesh_by_vertices type)
          static int usedinVertices(EExtraction_of_submesh_by_vertices type, EVertex instance, ASdaiModel domain, AExtraction_of_submesh_by_vertices result)

public class AExtraction_of_submesh_by_vertices extends AEntity

          public EExtraction_of_submesh_by_vertices getByIndex(int index)
          public EExtraction_of_submesh_by_vertices getCurrentMember(SdaiIterator it)