File3dmObjectTable.AddPoints Method (IEnumerable(Point3d))

File3dmObjectTableAddPoints Method (IEnumerablePoint3d)

Adds multiple points to the document.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public Guid[] AddPoints(
	IEnumerable<Point3d> points
)
Public Function AddPoints ( 
	points As IEnumerable(Of Point3d)
) As Guid()

Parameters

points
Type: System.Collections.GenericIEnumerablePoint3d
Points to add.

Return Value

Type: Guid
List of object ids.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also