ObjectTableAddPointCloud Method (PointCloud) |
Rhino for Mac 5.1Adds a point cloud object to the document.
Namespace: Rhino.DocObjects.TablesAssembly: RhinoCommon (in RhinoCommon.dll) Version: 5.1.50000.0 (5.0.20693.0)
Syntaxpublic Guid AddPointCloud(
PointCloud cloud
)
Public Function AddPointCloud (
cloud As PointCloud
) As Guid
Parameters
- cloud
- Type: Rhino.GeometryPointCloud
PointCloud to add.
Return Value
Type:
GuidA unique identifier for the object.
See Also