CATStrUseItf Interface CATIStrUseSlotMngt
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIStrUseSlotMngt
Interface to manage Slots of the Plate and Profile.
Role: Interface to manage Slots.
Feature implementing this interface: Profile, Panel/Plate.
Method Index
- o
AddSlot(CATIMmiMechanicalFeature_var&)
- Create a Slot under this Panel / Profile.
- o
GetSlots(CATLISTV(CATIMmiMechanicalFeature_var)&)
- Get the Slots that are inside this object.
- o
RemoveSlot(CATIMmiMechanicalFeature_var&)
- Remove the Slot.
Methods
o AddSlot
public virtual AddSlot( | | ospSlot) |
-
Create a Slot under this Panel / Profile. See CATISfdSlot interface.
- Parameters:
-
- ospSlot
- Slot.
o GetSlots
public virtual GetSlots( | | oListOfSlots) |
-
Get the Slots that are inside this object. See CATISfdSlot interface.
- Parameters:
-
- oListOfSlots
- List of Slots.
o RemoveSlot
public virtual RemoveSlot( | const | ispSlot) |
-
Remove the Slot.
- Parameters:
-
- ispSlot
- Slot to be removed
This object is included in the file: CATIStrUseSlotMngt.h
If needed, your Imakefile.mk should include the module: CATStrUseItf
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.