GeometricObjects Interface CATICldBody

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


interface CATICldBody

Interface for the entity CATICldBody.

See also:


Method Index


o AddCell(CATICldCell*)
Adds a CATICldCell.
o GetCell(int)
Returns the iNoCell'th cell.
o GetNbCells()
Returns the number of cells.
o RemoveCell(int)
Removes the iNoCell'th cell.

Methods


o AddCell
public virtual AddCell( iCell)
Adds a CATICldCell.
Parameters:
iCell
The cell to add.
Returns:
If positive, the index of the added cell (the first is equal to 1). If null or negative, the cell was not added.
o GetCell
public virtual GetCell( const iNoCell)
Returns the iNoCell'th cell.
Parameters:
iNoCell
The index of the cell to retreive. It should be in the range [1,GetNbCells()].
Returns:
The desired cell.
o GetNbCells
public virtual GetNbCells()
Returns the number of cells.
Returns:
The number of cells.
o RemoveCell
public virtual RemoveCell( const iNoCell)
Removes the iNoCell'th cell.
Parameters:
iNoCell
The index of the cell to remove. It should be in the range [1,GetNbCells()].

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

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