Overview Schemas Index

MESH_CONNECTIVITY_SCHEMA (jsdai.SMesh_connectivity_schema)


ENTITY mismatched_mesh_region
          SUBTYPE OF (mismatched_mesh_connection);
          donor : mismatched_donor_mesh;
          kind : mismatched_region_type;
END_ENTITY; -- mismatched_mesh_region

Entity data types and their attributes

mesh_connectivity
          name: label;
          description: text;
          id: identifier;
          current: mesh;
          (DER) index_count: INTEGER;
mismatched_mesh_connection
          points: indices_group;
          gridloc: mesh_location;
mismatched_mesh_region
          donor: mismatched_donor_mesh;
          kind: mismatched_region_type;

Users

mesh_connectivity
          multiple_mesh_block.connectivities
mismatched_mesh_connection
mismatched_mesh_region

Global rules for this entity data type

          -

public interface EMismatched_mesh_region extends EMismatched_mesh_connection

donor (explicit attribute)

          boolean testDonor(EMismatched_mesh_region type)
          EMismatched_donor_mesh getDonor(EMismatched_mesh_region type)
          void setDonor(EMismatched_mesh_region type, EMismatched_donor_mesh value)
          void unsetDonor(EMismatched_mesh_region type)

kind (explicit attribute)

          boolean testKind(EMismatched_mesh_region type)
          int getKind(EMismatched_mesh_region type)
          void setKind(EMismatched_mesh_region type, int value)
          void unsetKind(EMismatched_mesh_region type)

public class CMismatched_mesh_region implements EMismatched_mesh_region

          static EAttribute attributeDonor(EMismatched_mesh_region type)
          static int usedinDonor(EMismatched_mesh_region type, EMismatched_donor_mesh instance, ASdaiModel domain, AMismatched_mesh_region result)
          static EAttribute attributeKind(EMismatched_mesh_region type)

public class AMismatched_mesh_region extends AEntity

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