MiVolumeCellGetFacetCenter Method |
Gets the center of the specified cell facet.
Namespace: OIV.MeshVizXLM.Mesh.CellAssembly: OIV.MeshVizXLM.Mesh (in OIV.MeshVizXLM.Mesh.dll) Version: 9.9.13.0.Release.908d87e01
Syntaxdouble[] GetFacetCenter(
int facet,
MiGeometryI geometry
)
Function GetFacetCenter (
facet As Integer,
geometry As MiGeometryI
) As Double()
array<double>^ GetFacetCenter(
int facet,
MiGeometryI^ geometry
)
abstract GetFacetCenter :
facet : int *
geometry : MiGeometryI -> float[]
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:
Doublethe 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