Copies the point values of another pointcloud into this one.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic void Merge(
PointCloud other
)
Public Sub Merge (
other As PointCloud
)
Parameters
- other
- Type: Rhino.GeometryPointCloud
PointCloud to merge with this one.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also