Overview Schemas Index

MESH_CONNECTIVITY_SCHEMA (jsdai.SMesh_connectivity_schema)


ENTITY mismatched_mesh_connection
          SUBTYPE OF (mesh_connectivity);
          points : indices_group;
          gridloc : mesh_location;
END_ENTITY; -- mismatched_mesh_connection

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;

Known subtypes

          mesh_overset_hole (MESH_CONNECTIVITY_SCHEMA)
          mismatched_mesh_region (MESH_CONNECTIVITY_SCHEMA)

Known subtype constraints

          sc1_mismatched_mesh_connection (MESH_CONNECTIVITY_SCHEMA)

Users

mesh_connectivity
          multiple_mesh_block.connectivities
mismatched_mesh_connection

Global rules for this entity data type

          -

public interface EMismatched_mesh_connection extends EMesh_connectivity

points (explicit attribute)

          int testPoints(EMismatched_mesh_connection type)
          case 1
              EEntity getPoints(EMismatched_mesh_connection type)
              void setPoints(EMismatched_mesh_connection type, EEntity value, EEntity node1)
          void unsetPoints(EMismatched_mesh_connection type)

gridloc (explicit attribute)

          boolean testGridloc(EMismatched_mesh_connection type)
          int getGridloc(EMismatched_mesh_connection type)
          void setGridloc(EMismatched_mesh_connection type, int value)
          void unsetGridloc(EMismatched_mesh_connection type)

public class CMismatched_mesh_connection implements EMismatched_mesh_connection

          static EAttribute attributePoints(EMismatched_mesh_connection type)
          static int usedinPoints(EMismatched_mesh_connection type, EEntity instance, ASdaiModel domain, AMismatched_mesh_connection result)
          static EAttribute attributeGridloc(EMismatched_mesh_connection type)

public class AMismatched_mesh_connection extends AEntity

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