Click or drag to resize

UnorganizedPointCloudExtended Method

Create a new point cloud containing the combined data of this point cloud and another

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

Parameters

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

Return Value

Type: UnorganizedPointCloud
A new point cloud containing the combined data
See Also