CATTPSBaseUseItf Interface CATITPSGeometryList
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATITPSGeometryList
Interface for lists of geometrical objects CATITPSComponent.
This interface is similar to CATIUnknownList (same methods).
- See also:
-
Method Index
- o
Add(unsigned int,CATITPSComponent*)
- Add a component at a given position in the list.
- o
Count(unsigned int*)
- Retrieves the number of components in the list.
- o
Item(unsigned int,CATITPSComponent**)
- Retrieves the component number i.
- o
Remove(CATITPSComponent*)
- Remove an element from the list.
Methods
o Add
public virtual Add( | const | iPosition, |
| | iItem) |
-
Add a component at a given position in the list.
- Parameters:
-
- iPosition
- Position of the added component.
- iItem
- Component to be added.
o Count
public virtual Count( | | oCount) |
-
Retrieves the number of components in the list.
- Parameters:
-
- oCount
- Number of components.
o Item
public virtual Item( | const | iPosition, |
| | oItem) |
-
Retrieves the component number i. First component is at position 0.
- Parameters:
-
- iPosition
- Position of returned component.
- oItem
- Returned component.
o Remove
public virtual Remove( | | iItem) |
-
Remove an element from the list.
- Parameters:
-
- iItem
- Component to be removed.
This object is included in the file: CATITPSGeometryList.h
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.