ObjectTable.AddPoints Method (IEnumerable(Point3f))

ObjectTableAddPoints Method (IEnumerablePoint3f)

Adds multiple points to the document.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public RhinoList<Guid> AddPoints(
	IEnumerable<Point3f> points
)
Public Function AddPoints ( 
	points As IEnumerable(Of Point3f)
) As RhinoList(Of Guid)

Parameters

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

Return Value

Type: RhinoListGuid
List of object ids.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also