PolylineCenterPoint Method |
Compute the center point of the polyline as the weighted average of all segments.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax public Point3d CenterPoint()
Public Function CenterPoint As Point3d
Return Value
Type:
Point3dThe weighted average of all segments.
See Also