Click or drag to resize

GH_PointCloud Constructor (GH_PointCloud)

Create a duplicate of another GH_PointCloud. This constructor also copies reference data.

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

Parameters

other
Type: Grasshopper.Kernel.TypesGH_PointCloud
Curve to duplicate
See Also