Click or drag to resize
MiCellGetCenter Method
Gets the center of this cell.

Namespace: OIV.MeshVizXLM.Mesh.Cell
Assembly: OIV.MeshVizXLM.Mesh (in OIV.MeshVizXLM.Mesh.dll) Version: 9.9.13.0.Release.908d87e01
Syntax
double[] GetCenter(
	MiGeometryI geometry
)

Parameters

geometry
Type: OIV.MeshVizXLM.Mesh.GeometryMiGeometryI
the geometry of the mesh. It is used to retrieve the node coordinates

Return Value

Type: Double
the center coordinates {x,y,z} of this cell
Remarks
Gets the center of this cell.

This method is not used by all extraction classes.

See Also