Click or drag to resize

GH_PointCloud Constructor (PointCloud)

Create a duplicate of an existing point-cloud.

Namespace:  Grasshopper.Kernel.Types
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public GH_PointCloud(
	PointCloud pointCloud
)

Parameters

pointCloud
Type: PointCloud
point-cloud to duplicate
See Also