File3dmObjectTable.AddPoints Method (IEnumerable(Point3f))

File3dmObjectTableAddPoints Method (IEnumerablePoint3f)

Adds multiple points to the document.

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

Parameters

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

Return Value

Type: Guid
An array of object unique identifiers.
See Also