Represents an ordered set of points connected by linear segments.

Polylines are closed if start and end points coincide.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: 5.1.30000.5 (5.0.20693.0)

Syntax

C#
[SerializableAttribute]
public class Polyline : Point3dList
Visual Basic
<SerializableAttribute> _
Public Class Polyline _
	Inherits Point3dList

Inheritance Hierarchy

System..::..Object
  Rhino.Collections..::..RhinoList<(Of <(<'Point3d>)>)>
    Rhino.Collections..::..Point3dList
      Rhino.Geometry..::..Polyline

See Also