Click or drag to resize

Line Constructor (Double, Double, Double, Double, Double, Double)

Constructs a new line segment between two points.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public Line(
	double x0,
	double y0,
	double z0,
	double x1,
	double y1,
	double z1
)

Parameters

x0
Type: SystemDouble
The X coordinate of the first point.
y0
Type: SystemDouble
The Y coordinate of the first point.
z0
Type: SystemDouble
The Z coordinate of the first point.
x1
Type: SystemDouble
The X coordinate of the second point.
y1
Type: SystemDouble
The Y coordinate of the second point.
z1
Type: SystemDouble
The Z coordinate of the second point.
See Also