RhinoCommon API
MeshFaceListGetFaceCenter Method |
Gets the center point of a face.
For a triangular face, this is the centroid or barycenter.
For a quad, this is the avarage of four coner points.
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll)
public Point3d GetFaceCenter( int faceIndex )
Public Function GetFaceCenter ( faceIndex As Integer ) As Point3d
Parameters
- faceIndex
- Type: SystemInt32
A face index.
Return Value
Type: Point3dThe center point.