Click or drag to resize
MiVolumeCellGetFacetCenter Method
Gets the center of the specified cell facet.

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

Parameters

facet
Type: SystemInt32
index of the facet (where
0 <= facet < getNumFacets
).
geometry
Type: OIV.MeshVizXLM.Mesh.GeometryMiGeometryI
geometry of the mesh, it is used to retrieve the node coordinates of this cell

Return Value

Type: Double
the center of the specified cell facet.
Remarks
Gets the center of the specified cell facet.

This method is not used by all extraction classes.

See Also