Click or drag to resize

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()

Return Value

Type: Point3d
The weighted average of all segments.
See Also