PointCloud Constructor (PointCloud) |
Initializes a new instance of the
PointCloud class,
copying (Merge) the content of another pointcloud.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic PointCloud(
PointCloud other
)
Public Sub New (
other As PointCloud
)
Parameters
- other
- Type: Rhino.GeometryPointCloud
[Missing <param name="other"/> documentation for "M:Rhino.Geometry.PointCloud.#ctor(Rhino.Geometry.PointCloud)"]
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also