Point3dList Constructor (Point3d[])

Point3dList Constructor (Point3d)

Constructs a new point list from values in a point array.

Namespace:  Rhino.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public Point3dList(
	params Point3d[] initialPoints
)
Public Sub New ( 
	ParamArray initialPoints As Point3d()
)

Parameters

initialPoints
Type: Rhino.GeometryPoint3d
Points to add to the list.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also