Gets the center of this cell.
Namespace: OIV.MeshVizXLM.Mesh.CellAssembly: OIV.MeshVizXLM.Mesh (in OIV.MeshVizXLM.Mesh.dll) Version: 9.9.13.0.Release.908d87e01
Syntaxdouble[] GetCenter(
MiGeometryI geometry
)
Function GetCenter (
geometry As MiGeometryI
) As Double()
array<double>^ GetCenter(
MiGeometryI^ geometry
)
abstract GetCenter :
geometry : MiGeometryI -> float[]
Parameters
- geometry
- Type: OIV.MeshVizXLM.Mesh.GeometryMiGeometryI
the geometry of the mesh. It is used to retrieve the node
coordinates
Return Value
Type:
Doublethe 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