Skip to content

M_Rhino_Geometry_PolylineCurve__ctor_1

Will Pearson edited this page Aug 12, 2016 · 2 revisions

PolylineCurve Constructor (PolylineCurve)

Initializes a new polyline curve by copying its content from another polyline curve.

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

Syntax

C#

public PolylineCurve(
	PolylineCurve other
)

VB

Public Sub New ( 
	other As PolylineCurve
)

Parameters

 

other
Type: Rhino.Geometry.PolylineCurve
Another polyline curve.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

PolylineCurve Class
PolylineCurve Overload
Rhino.Geometry Namespace

Clone this wiki locally