CATMecModExtendItf Interface CATIMmiMechanicalSet

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


interface CATIMmiMechanicalSet

Interface to handle a MechanicalSet.

Role: This interface enables to scan the content of a MechanicalSet.


Method Index


o GetMechanicalFeatures(CATListValCATIMmiMechanicalFeature_var&)
Retrieves the MechanicalElements directly aggregated under the MechanicalSet (excluding aggregated sets).
o GetMechanicalSets(CATListValCATIMmiMechanicalFeature_var&)
Retrieves the MechanicalSets directly aggregated under the MechanicalSet.

Methods


o GetMechanicalFeatures
public virtual GetMechanicalFeatures( oFeatures)
Retrieves the MechanicalElements directly aggregated under the MechanicalSet (excluding aggregated sets).
Parameters:
oFeatures
A list of aggregated MechanicalElements.
Returns:
S_OK if the MechanicalElements are retrieved
E_FAIL otherwise
o GetMechanicalSets
public virtual GetMechanicalSets( oMechanicalSets)
Retrieves the MechanicalSets directly aggregated under the MechanicalSet.
Parameters:
oMechanicalSets
A list of aggregated MechanicalSets.
Returns:
S_OK if the MechanicalSets are retrieved
E_FAIL otherwise

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

Copyright © 1999-2014, Dassault Systèmes. All rights reserved.