Overview Schemas Index

MESH_TOPOLOGY_SCHEMA (jsdai.SMesh_topology_schema)


ENTITY extraction_of_submesh;
          whole : mesh;
          part : submesh;
END_ENTITY; -- extraction_of_submesh

Entity data types and their attributes

extraction_of_submesh
          whole: mesh;
          part: submesh;

Known subtypes

          extraction_of_structured_submesh (MESH_TOPOLOGY_SCHEMA)
          extraction_of_submesh_by_cells (MESH_TOPOLOGY_SCHEMA)
          extraction_of_submesh_by_vertices (MESH_TOPOLOGY_SCHEMA)

Users: by entity attributes

extraction_of_submesh

Users: by defined types, not used by any entity attribute

extraction_of_submesh
          -

Global rules for this entity data type

          -

public interface EExtraction_of_submesh extends EEntity

whole (explicit attribute)

          boolean testWhole(EExtraction_of_submesh type)
          EMesh getWhole(EExtraction_of_submesh type)
          void setWhole(EExtraction_of_submesh type, EMesh value)
          void unsetWhole(EExtraction_of_submesh type)

part (explicit attribute)

          boolean testPart(EExtraction_of_submesh type)
          ESubmesh getPart(EExtraction_of_submesh type)
          void setPart(EExtraction_of_submesh type, ESubmesh value)
          void unsetPart(EExtraction_of_submesh type)

public class CExtraction_of_submesh implements EExtraction_of_submesh

          static EAttribute attributeWhole(EExtraction_of_submesh type)
          static int usedinWhole(EExtraction_of_submesh type, EMesh instance, ASdaiModel domain, AExtraction_of_submesh result)
          static EAttribute attributePart(EExtraction_of_submesh type)
          static int usedinPart(EExtraction_of_submesh type, ESubmesh instance, ASdaiModel domain, AExtraction_of_submesh result)

public class AExtraction_of_submesh extends AEntity

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