Description:
Adds multiple points to the document.
Syntax:
Parameters:
- points
- Type: IEnumerable<Point3d>
- Points to add.
- attributes
- Type: ObjectAttributes
- Attributes to apply to point objects.
Returns:
Type: RhinoList<Guid>
List of object ids.
Available since:
5.0
Description:
Adds multiple points to the document.
Syntax:
public RhinoList<Guid> AddPoints(
IEnumerable<Point3d> points
)
IEnumerable<Point3d> points
)
Parameters:
- points
- Type: IEnumerable<Point3d>
- Points to add.
Returns:
Type: RhinoList<Guid>
List of object ids.
Available since:
5.0
Description:
Adds multiple points to the document.
Syntax:
Parameters:
- points
- Type: IEnumerable<Point3f>
- Points to add.
- attributes
- Type: ObjectAttributes
- Attributes to apply to point objects.
Returns:
Type: RhinoList<Guid>
List of object ids.
Available since:
5.0
Description:
Adds multiple points to the document.
Syntax:
public RhinoList<Guid> AddPoints(
IEnumerable<Point3f> points
)
IEnumerable<Point3f> points
)
Parameters:
- points
- Type: IEnumerable<Point3f>
- Points to add.
Returns:
Type: RhinoList<Guid>
List of object ids.
Available since:
5.0