Message 1 of 24
Accessing point cloud entity loaded from a .pcg file

Not applicable
04-25-2012
05:38 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I had a look at the objectArx header files and I saw that there is a AcPointCloud.h file hinting at some Point cloud processing functions.
What I want to do is obtain the point cloud points for specific extents. In essence the points that are located in a bounding box. The function to do that is acdbProcessPointCloudData which requires 4 parameters.
One of the input parameters is the point cloud of course. Is there a way to get the AcDbEntity of the .pcg loaded file, if we assume its only one for simplicity, so I can work with it ?
In AcDbPointcloud.h it is stated that it is the Api for AcDbPointCloud, however I see no class for AcDbPointCloud. Am I missing something ?
Thanks in advance!