Overview Schemas Index

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

          -

public interface EExtraction_of_submesh_by_cells extends EExtraction_of_submesh

cell_count (explicit attribute)

          boolean testCell_count(EExtraction_of_submesh_by_cells type)
          integer getCell_count(EExtraction_of_submesh_by_cells type)
          void setCell_count(EExtraction_of_submesh_by_cells type, integer value)
          void unsetCell_count(EExtraction_of_submesh_by_cells type)

cells (explicit attribute)

          boolean testCells(EExtraction_of_submesh_by_cells type)
          ACell getCells(EExtraction_of_submesh_by_cells type)
          ACell createCells(EExtraction_of_submesh_by_cells type)
          void unsetCells(EExtraction_of_submesh_by_cells type)

public class CExtraction_of_submesh_by_cells implements EExtraction_of_submesh_by_cells

          static EAttribute attributeCell_count(EExtraction_of_submesh_by_cells type)
          static EAttribute attributeCells(EExtraction_of_submesh_by_cells type)
          static int usedinCells(EExtraction_of_submesh_by_cells type, ECell instance, ASdaiModel domain, AExtraction_of_submesh_by_cells result)

public class AExtraction_of_submesh_by_cells extends AEntity

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