Overload_Rhino_Geometry_PointCloud_AddRange - mcneel/rhinocommon-api-docs GitHub Wiki
Name | Description | |
---|---|---|
![]() |
AddRange(IEnumerable(Point3d)) | Appends a collection of points to this point cloud. |
![]() |
AddRange(IEnumerable(Point3d), IEnumerable(Vector3d)) | Appends a collection of points and normal vectors to this point cloud. |
![]() |
AddRange(IEnumerable(Point3d), IEnumerable(Color)) | Appends a collection of points and normal vectors to this point cloud. |
![]() |
AddRange(IEnumerable(Point3d), IEnumerable(Vector3d), IEnumerable(Color)) | Appends a collection of points and normal vectors to this point cloud. |