RhinoCommon API
File3dmObjectTableAddPoints Method (IEnumerablePoint3f, ObjectAttributes) |
Adds multiple points to the document.
Namespace: Rhino.FileIO
Assembly: RhinoCommon (in RhinoCommon.dll)

public Guid[] AddPoints( IEnumerable<Point3f> points, ObjectAttributes attributes )
Public Function AddPoints ( points As IEnumerable(Of Point3f), attributes As ObjectAttributes ) As Guid()
Parameters
- points
- Type: System.Collections.GenericIEnumerablePoint3f
Points to add. - attributes
- Type: Rhino.DocObjectsObjectAttributes
Attributes to apply to point objects.
Return Value
Type: GuidAn array of object unique identifiers.

Rhino for Mac
Supported in: 5.4Rhino for Windows
Supported in: 6.14