All Frameworks Class Hierarchy This Framework Previous Next Indexes
AnalysisMeshingModel Interface CATIMSHMeshManager
System.IUnknown
|
+---System.IDispatch
|
+---System.CATBaseUnknown
|
+---CATIMSHMeshManager
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIMSHMeshManager
Interface representing the Mesh Manager.
Role: The Mesh Manager is an Analysis Set which give access to the following:
Method Index
- o
CreateMeshPart(CATUnicodeString&)
- Creates a Mesh Part.
- o
GetAssociativity()
- Returns an interface on the associativity between mesh and geometry.
- o
GetMesh()
- Returns an interface on the finite element mesh.
- o
RemoveMeshPart(CATIMSHMeshPart*)
- Remove a Mesh Part.
Methods
o CreateMeshPart
-
Creates a Mesh Part.
Role: This method creates a new Mesh Part in the Analysis Set corresponding to the Mesh Manager.
- Parameters:
-
- iType
- Type of the Mesh Part to create.
- Returns:
- CATBaseUnknown#Release A pointer on the CATIMSHMeshPart interface on the created Mesh Part.
o GetAssociativity
-
Returns an interface on the associativity between mesh and geometry.
- Returns:
- CATBaseUnknown#Release
o GetMesh
-
Returns an interface on the finite element mesh.
- Returns:
- CATBaseUnknown#Release
o RemoveMeshPart
-
Remove a Mesh Part.
Role: This method remove an existing Mesh Part from the Analysis Set corresponding to the Mesh Manager.
- Parameters:
-
- iMeshPart
- Mesh Part to remove.
This object is included in the file: CATIMSHMeshManager.h
If needed, your Imakefile.mk should include the module: CATAmtModel