Overview Schemas Index

MESH_TOPOLOGY_SCHEMA (jsdai.SMesh_topology_schema)


ENTITY rind;
          index_count : INTEGER;
          planes : ARRAY [1:2] OF INTEGER;
END_ENTITY; -- rind

Entity data types and their attributes

rind
          index_count: INTEGER;
          planes: ARRAY [1:2] OF INTEGER;

Users

rind
          grid_coordinates_with_rind.rind_planes
          mbna_discrete_data_with_rind.rind_planes
          mbna_solution_with_rind.rind_planes
          structured_mesh_with_rind.rind_planes

Global rules for this entity data type

          -

public interface ERind extends EEntity

index_count (explicit attribute)

          boolean testIndex_count(ERind type)
          int getIndex_count(ERind type)
          void setIndex_count(ERind type, int value)
          void unsetIndex_count(ERind type)

planes (explicit attribute)

          boolean testPlanes(ERind type)
          A_int getPlanes(ERind type)
          A_int createPlanes(ERind type)
          void unsetPlanes(ERind type)

public class CRind implements ERind

          static EAttribute attributeIndex_count(ERind type)
          static EAttribute attributePlanes(ERind type)

public class ARind extends AEntity

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