Overview Schemas Index

MESH_CONNECTIVITY_SCHEMA (jsdai.SMesh_connectivity_schema)


ENTITY mismatched_donor_mesh;
INVERSE
          connect : mismatched_mesh_region FOR donor;
END_ENTITY; -- mismatched_donor_mesh

Entity data types and their attributes

mismatched_donor_mesh
          (INV) connect: mismatched_mesh_region FOR donor;

Known subtypes

          structured_donor_mesh (MESH_CONNECTIVITY_SCHEMA)
          unstructured_donor_mesh (MESH_CONNECTIVITY_SCHEMA)

Known subtype constraints

          sc1_mismatched_donor_mesh (MESH_CONNECTIVITY_SCHEMA)

Users

mismatched_donor_mesh
          mismatched_mesh_region.donor

Global rules for this entity data type

          -

public interface EMismatched_donor_mesh extends EEntity

connect (inverse attribute)

          AMismatched_mesh_region getConnect(EMismatched_donor_mesh type, ASdaiModel domain)

public class CMismatched_donor_mesh implements EMismatched_donor_mesh

          static EAttribute attributeConnect(EMismatched_donor_mesh type)

public class AMismatched_donor_mesh extends AEntity

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