Hello guys. I want to create my custom POD file with the custom point. And I found a few examples of how to do it with a PointCloudPodWriter. But at the end of the process, I got an error. It has code 32768. It's a general code of ERROR. But what reason…
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…
Unknown said: Windows 7, VS 2013, NO CLR support
What do you mean by 'NO CLR support'?
Unknown said: I get all kinds of errors when including PointCloudApi.h
That header file is a convenience that #include s most of what you need for Point Cloud…
I use MS V8i and SDK mssdk081109357en. I make build by instruction .
I have some problem with example from SDK, which name is "PointClouds". I changed the code for debuging in next way:
...
case DITEM_MESSAGE_QUEUECOMMAND:
{
Bentley::Ustn::Element…