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
Syntaxpublic UnorganizedPointCloud Extended(
UnorganizedPointCloud other
)
Public Function Extended (
other As UnorganizedPointCloud
) As UnorganizedPointCloud
public:
UnorganizedPointCloud^ Extended(
UnorganizedPointCloud^ other
)
Parameters
- other
- Type: Zivid.NETUnorganizedPointCloud
The other point cloud to copy data from
Return Value
Type:
UnorganizedPointCloudA new point cloud containing the combined data
See Also