SimpleArrayVector3d Constructor (IEnumerableVector3d) |
Namespace:
Rhino.Runtime.InteropWrappers
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntaxpublic SimpleArrayVector3d(
IEnumerable<Vector3d> vectors
)
Public Sub New (
vectors As IEnumerable(Of Vector3d)
)
Parameters
- vectors
- Type: System.Collections.GenericIEnumerableVector3d
See Also