Click or drag to resize

SimpleArrayInterval Constructor (IEnumerableInterval)

Create an array of intervals

Namespace:  Rhino.Runtime.InteropWrappers
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public SimpleArrayInterval(
	IEnumerable<Interval> intervals
)

Parameters

intervals
Type: System.Collections.GenericIEnumerableInterval

[Missing <param name="intervals"/> documentation for "M:Rhino.Runtime.InteropWrappers.SimpleArrayInterval.#ctor(System.Collections.Generic.IEnumerable{Rhino.Geometry.Interval})"]

See Also