Click or drag to resize

SimpleArrayLine Constructor (IEnumerableLine)

Initializes a new SimpleArrayLine instance from a set of lines

Namespace:  Rhino.Runtime.InteropWrappers
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public SimpleArrayLine(
	IEnumerable<Line> lines
)

Parameters

lines
Type: System.Collections.GenericIEnumerableLine
See Also