Click or drag to resize
PbMeshGetCell Method

Gets the cell with index cell_index.

Namespace: OIV.MeshViz.Data
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public PbCell GetCell(
	int cell_index
)

Parameters

cell_index
Type: SystemInt32

Return Value

Type: PbCell
Remarks

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