Can you edit a point cloud with .NET?

Can you edit a point cloud with .NET?

tcorey
Mentor Mentor
599 Views
1 Reply
Message 1 of 2

Can you edit a point cloud with .NET?

tcorey
Mentor
Mentor

AutoCAD 2013 point clouds can have a 3D bounding box displayed, and you can grab the grips to edit the box, x, y and z. It's a nice feature.

 

Using vb.net, will I be able to programmatically move those bounding box points? Can anyone point me in a starting direction?



Tim Corey
MicroCAD Training and Consulting, Inc.
Redding, CA
Autodesk Platinum Reseller

New knowledge is the most valuable commodity on earth. -- Kurt Vonnegut
0 Likes
600 Views
1 Reply
Reply (1)
Message 2 of 2

philippe.leefsma
Alumni
Alumni

Hi Tim,

 

The PointCloud API is only exposed through ObjectARX so far, so it is accessible from C++ applications only. It is unlikely you will be able to manipulate a PointCloud from .Net.

 

Sorry about the bad news.

 

Regards,

Philippe.



Philippe Leefsma
Developer Technical Services
Autodesk Developer Network

0 Likes