Hi all,
I want to create a pod point cloud file from points I have in my buffer.
Unfortuntely my code so far crashes when I call StartStream:
My includes:
#include "Bentley/Bentley.h"
#include "Bentley/RefCounted.h"
#include "Bentley/WString…
PointCloudChannelVector is reference by PointCloudDataQuery ...
PointCloudDataQuery.h(168): POINTCLOUD_EXPORT IPointCloudQueryBuffersPtr CreateBuffers(UInt32 capacity, UInt32 channelFlags, IPointCloudChannelVectorCR channels);
However, I can't find…
Several PointCloud methods reference the PointCloudChannelId type. For example,
IPointCloudQueryBuffers::AddChannel ( PointCloudChannelId id)
However, I can't find a definition or declaration of PointCloudChannelId in any header file (CONNECT Update…