All Frameworks Class Hierarchy This Framework Previous Next Indexes
CATAnalysisInterfaces Interface CATISamAnalysisConnectionDesign
System.IUnknown
|
+---System.IDispatch
|
+---System.CATBaseUnknown
|
+---CATISamAnalysisConnectionDesign
Usage: you can freely reimplement this interface.
interface CATISamAnalysisConnectionDesign
Interface to manage "AnalysisDesignConnection".
Role:
This interface allows to
- retrieve the two list of supports defined on the Analysis Connection
Method Index
- o
GetConnectedSupports(CATLISTV(CATBaseUnknown_var)&,CATLISTV(CATBaseUnknown_var)&)
- Retrieve Analysis Connection Supports.
- o
GetConnectionDesigners(CATLISTV(CATBaseUnknown_var)&,CATLISTV(CATISpecObject_var)*&,CATLISTV(CATBaseUnknown_var)&,CATLISTV(CATISpecObject_var)*&)
- Retrieve Analysis Connection Supports.
Methods
o GetConnectedSupports
-
Retrieve Analysis Connection Supports.
- Parameters:
-
- oConnectorList1
- Connectors list associated to the First Component of the connection
- oConnectorList2
- Connectors list associated to the Second Component of the connection
o GetConnectionDesigners
-
Retrieve Analysis Connection Supports.
- Parameters:
-
- oConnectorList1
- Connectors list associated to the First Component of the connection
- oMeshPartList1
- Retrieves the list of Mesh Parts defined on the First Component of the connection
- oConnectorList2
- Connectors list associated to the Second Component of the connection
- oMeshPartList2
- Retrieves the list of Mesh Parts defined on the Second Component of the connection
This object is included in the file: CATISamAnalysisConnectionDesign.h
If needed, your Imakefile.mk should include the module: CATAnalysisInterface