Click or drag to resize

File3dmObjectTableAddPoints Method (IEnumerablePoint3f, ObjectAttributes)

Adds multiple points to the document.

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

Parameters

points
Type: System.Collections.GenericIEnumerablePoint3f
Points to add.
attributes
Type: Rhino.DocObjectsObjectAttributes
Attributes to apply to point objects.

Return Value

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