Click or drag to resize
MiTopologyIjkGetCellName Method

Note: This API is now obsolete.

Returns the name of the cell at the specified position.

Namespace: OIV.MeshVizXLM.Mesh.Topology
Assembly: OIV.MeshVizXLM.Mesh (in OIV.MeshVizXLM.Mesh.dll) Version: 9.9.13.0.Release.908d87e01
Syntax
[ObsoleteAttribute("As of Open Inventor 9.6.3, no alternate method but it is deprecated as it will be removed in next major version. It will be replaced by the new interface MiStringSet .")]
string GetCellName(
	int i,
	int j,
	int k
)

Parameters

i
Type: SystemInt32
the i-index of the cell
j
Type: SystemInt32
the j-index of the cell
k
Type: SystemInt32
the k-index of the cell

Return Value

Type: String
the name of the cell.
Remarks
Returns the name of the cell at the specified position.
See Also