SimpleArrayPoint3d Constructor (IEnumerablePoint3d) |
Namespace:
Rhino.Runtime.InteropWrappers
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 7.18
Syntaxpublic SimpleArrayPoint3d(
IEnumerable<Point3d> pts
)
Public Sub New (
pts As IEnumerable(Of Point3d)
)
Parameters
- pts
- Type: System.Collections.GenericIEnumerablePoint3d
See Also