Skip to content

M_Rhino_Geometry_LineCurve__ctor_2

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

LineCurve Constructor (Line, Double, Double)

Initializes a new instance of the LineCurve class, by retrieving its value from a line and setting the domain.

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

Syntax

C#

public LineCurve(
	Line line,
	double t0,
	double t1
)

VB

Public Sub New ( 
	line As Line,
	t0 As Double,
	t1 As Double
)

Parameters

 

line
Type: Rhino.Geometry.Line
A line to use as model.
t0
Type: System.Double
The new domain start.
t1
Type: System.Double
The new domain end.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

LineCurve Class
LineCurve Overload
Rhino.Geometry Namespace

Clone this wiki locally