Click or drag to resize
MiTopologyExplicitICGetCell Method
Returns a cell of this topology.

Namespace: OIV.MeshVizXLM.Mesh.Topology
Assembly: OIV.MeshVizXLM.Mesh (in OIV.MeshVizXLM.Mesh.dll) Version: 9.9.13.0.Release.908d87e01
Syntax
C GetCell(
	long id
)

Parameters

id
Type: SystemInt64
id of the cell

Return Value

Type: C
the cell identified by the specified id
Remarks
Returns a cell of this topology. The cell is identified by one id.
See Also