Gets the cell with index cell_index.
Namespace: OIV.MeshViz.DataAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public PbCell GetCell(
int cell_index
)
Public Function GetCell (
cell_index As Integer
) As PbCell
public:
PbCell^ GetCell(
int cell_index
)
member GetCell :
cell_index : int -> PbCell
Parameters
- cell_index
- Type: SystemInt32
Return Value
Type:
PbCellRemarks Returns NULL if the cell does not exist. Attention! this method returns always the same adress of an internal private cell. This private cell is updated each time getCell is called.
See Also