Skip to content

Overload_Rhino_Geometry_PointCloud_AddRange

Will Pearson edited this page Aug 12, 2016 · 1 revision

PointCloud.AddRange Method

Overload List

 

Name Description
Public method AddRange(IEnumerable(Point3d)) Appends a collection of points to this point cloud.
Public method AddRange(IEnumerable(Point3d), IEnumerable(Vector3d)) Appends a collection of points and normal vectors to this point cloud.
Public method AddRange(IEnumerable(Point3d), IEnumerable(Color)) Appends a collection of points and normal vectors to this point cloud.
Public method AddRange(IEnumerable(Point3d), IEnumerable(Vector3d), IEnumerable(Color)) Appends a collection of points and normal vectors to this point cloud.
  Back to Top

See Also

Reference

PointCloud Class
Rhino.Geometry Namespace

Clone this wiki locally