MiTopologyExplicitICGetCell Method |
Returns a cell of this topology.
Namespace: OIV.MeshVizXLM.Mesh.TopologyAssembly: OIV.MeshVizXLM.Mesh (in OIV.MeshVizXLM.Mesh.dll) Version: 9.9.13.0.Release.908d87e01
SyntaxFunction GetCell (
id As Long
) As C
C GetCell(
long long id
)
abstract GetCell :
id : int64 -> 'C
Parameters
- id
- Type: SystemInt64
id of the cell
Return Value
Type:
Cthe cell identified by the specified id
RemarksReturns a cell of this topology. The cell is identified by one id.
See Also