Click or drag to resize

File3dmObjectTableAddPoints Method (IEnumerablePoint3d)

Adds multiple points to the document.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public Guid[] AddPoints(
	IEnumerable<Point3d> points
)

Parameters

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

Return Value

Type: Guid
List of object ids.
See Also