All Frameworks  Class Hierarchy  This Framework  Indexes   

ElecDeviceItf Interface CATIElbConnectorShell

Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.


interface CATIElbConnectorShell

Interface to manage Connector Shells.


Method Index


o Connect(CATIElbCavity*,CATIElbEquipment*,int&)
Connect the Connector Shell with an Equipment.
o Connect(CATIElbCavity*,CATIElbMountingEquipment*,int&)
Connect the Connector Shell with a Mounting Equipment.
o Connect(CATIElbBackShell*,int&)
Connect the Connector Shell with a BackShell.
o Connect(CATIElbConnectorShell*,int&)
o GetEquipmentCavity(CATIElbCavity*&)
Get Equipments Cavity.
o ListBackShellCnctPts(CATListValCATBaseUnknown_var*&)
List of BackShellCnctPts.
o ListBundleCnctPts(CATListValCATBaseUnknown_var*&)
List of BundleCnctPts.
o ListCavities(CATListValCATBaseUnknown_var*&)
List of Cavities.
o ListDeviceComposition(CATListValCATBaseUnknown_var*&)
List Device Composition.
o ListTerminations(CATListValCATBaseUnknown_var*&)
List of Terminations.

Methods


o Connect
public virtual Connect( ipCavity,
ipEquipment,
oStatusOfGeometricalConstraint)
Connect the Connector Shell with an Equipment.
Parameters:
ipCavity
The cavity of the Equipment.
ipEquipment
The Equipment to be connected.
oStatusOfGeometricalConstraint
Value is: 0 if all geometrical constraint are correctly created. 1 if a geometrical constraint is over constraint. 2 if no geometry is defined to constraint the device between them.
Returns:
An HRESULT value. S_OK : no error. E_FAIL : Error occured while connecting devices. S_FALSE : Devices already connected.
o Connect
public virtual Connect( ipCavity,
ipMountingEquipment,
oStatusOfGeometricalConstraint)
Connect the Connector Shell with a Mounting Equipment.
Parameters:
ipCavity
The cavity of the Mounting Equipment.
ipMountingEquipment
The Mounting Equipment to be connected.
oStatusOfGeometricalConstraint
Value is: 0 if all geometrical constraint are correctly created. 1 if a geometrical constraint is over constraint. 2 if no geometry is defined to constraint the device between them.
Returns:
An HRESULT value. S_OK : no error. E_FAIL : Error occured while connecting devices. S_FALSE : Devices already connected.
o Connect
public virtual Connect( ipBackShell,
oStatusOfGeometricalConstraint)
Connect the Connector Shell with a BackShell.
Parameters:
ipBackShell
The BackShell to be connected.
oStatusOfGeometricalConstraint
Value is: 0 if all geometrical constraint are correctly created. 1 if a geometrical constraint is over constraint. 2 if no geometry is defined to constraint the device between them.
Returns:
An HRESULT value. S_OK : no error. E_FAIL : Error occured while connecting devices. S_FALSE : Devices already connected.
o Connect
public virtual Connect( ipShell,
oStatusOfGeometricalConstraint)
o GetEquipmentCavity
public virtual GetEquipmentCavity( oCavity)
Get Equipments Cavity.
Parameters:
oCavity
The Cavity of the father Equipment used by the Connector Shell.
Returns:
Return code
o ListBackShellCnctPts
public virtual ListBackShellCnctPts( opBackShellCnctPts)
List of BackShellCnctPts.
Parameters:
opBackShellCnctPts
The list
Returns:
Return code
o ListBundleCnctPts
public virtual ListBundleCnctPts( oBundleCnctPts)
List of BundleCnctPts.
Parameters:
oBundleCnctPts
The list
Returns:
Return code
o ListCavities
public virtual ListCavities( oCavities)
List of Cavities.
Parameters:
oCavities
The list
Returns:
Return code
o ListDeviceComposition
public virtual ListDeviceComposition( oDevices)
List Device Composition.
Parameters:
oDevices
The list of ElecConShell, ElecSicCon, ElecStud, ElecTermBlock, ElectermStrip, ElecContact or ElecFillerPlug.
Returns:
Return code
o ListTerminations
public virtual ListTerminations( oTerminations)
List of Terminations.
Parameters:
oTerminations
The list
Returns:
Return code

This object is included in the file: CATIElbConnectorShell.h
If needed, your Imakefile.mk should include the module: CATElbInterfaces

Copyright © 2003, Dassault Systèmes. All rights reserved.