Skip to content

M_Rhino_Geometry_LineCurve__ctor_3

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

LineCurve Constructor (LineCurve)

Initializes a new instance of the LineCurve class, by copying values from another linear curve.

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

Syntax

C#

public LineCurve(
	LineCurve other
)

VB

Public Sub New ( 
	other As LineCurve
)

Parameters

 

other
Type: Rhino.Geometry.LineCurve
[Missing documentation for "M:Rhino.Geometry.LineCurve.#ctor(Rhino.Geometry.LineCurve)"]

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

LineCurve Class
LineCurve Overload
Rhino.Geometry Namespace

Clone this wiki locally