Point Cloud data access from the API
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2017-08-23
06:09 PM
- last edited on
2022-12-06
02:00 PM
by
Daniel Kassai
2017-08-23
06:09 PM
Hi,
I was wondering whether it was possible to access the points of a point cloud via the API.
I noticed that when loading a point cloud into Archicad, it is converted to a proprietary .gspc format and the GDL object uses it. Because of such processing I can't find a way to access the point cloud's data.
I was wondering whether it was possible to access the points of a point cloud via the API.
I noticed that when loading a point cloud into Archicad, it is converted to a proprietary .gspc format and the GDL object uses it. Because of such processing I can't find a way to access the point cloud's data.
Labels:
- Labels:
-
Add-On (C++)
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2017-09-14 04:45 PM
2017-09-14
04:45 PM
twBIM wrote:Hi,
Hi,
I was wondering whether it was possible to access the points of a point cloud via the API.
I noticed that when loading a point cloud into archicad, it is converted to a proprietary .gspc format and the GDL object uses it. Because of such processing I can't find a way to access the point cloud's data.
The .gspc format is private. What would you like to achieve?
The point cloud data can be imported into a GDL script, or directly from ARCHICAD: Point Cloud
Best, Akos
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2017-09-15 09:53 AM
2017-09-15
09:53 AM
Hi,
I would like to get the coordinates of all points in the point cloud for some processing using the API.
I would like to get the coordinates of all points in the point cloud for some processing using the API.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2017-09-18 08:56 AM
2017-09-18
08:56 AM
twBIM wrote:I'm sorry, that's not possible at the moment, partly due to the sheer amount of data. Try to parse the source point cloud file if that's available.
Hi,
I would like to get the coordinates of all points in the point cloud for some processing using the API.
Best, Akos