Click or drag to resize

SimpleArrayVector3d Constructor (IEnumerableVector3d)

Initializes a new SimpleArrayVector3d instance from a set of vectors

Namespace:  Rhino.Runtime.InteropWrappers
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public SimpleArrayVector3d(
	IEnumerable<Vector3d> vectors
)

Parameters

vectors
Type: System.Collections.GenericIEnumerableVector3d
See Also