Click or drag to resize

UnorganizedPointCloudExtend Method

Extend this point cloud in-place by adding the points from another point cloud

Namespace:  Zivid.NET
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 2.16.0.0
Syntax
public UnorganizedPointCloud Extend(
	UnorganizedPointCloud other
)

Parameters

other
Type: Zivid.NETUnorganizedPointCloud
The other point cloud to copy data from

Return Value

Type: UnorganizedPointCloud
See Also