.NET
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
how to get the coordinate s of Point cloud
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
201 Views, 2 Replies
03-27-2012 09:23 AM
I use POINTCLOUDINDEX to convert .las file to .pcg file, then I use POINTCLOUDATTACH to add .pcg file to model space.
How can I get the 3d coordinates of points in .pcs files?
I use ObjectARX in .net.
I can't find any Entity types related to pointcloud, should I find in other namespace?
Re: how to get the coordinate s of Point cloud
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-01-2012 09:38 AM in reply to:
etretriste
Does anybody know that ?
Re: how to get the coordinate s of Point cloud
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
05-09-2012 03:10 AM in reply to:
etretriste
Have a look at the API's in ObjectARX SDK (from 2011) .\inc\AcPointCloud.h.
In particular you may need the acdbProcessPointCloudData(...) API
