How to get primitive data using COM APIs

How to get primitive data using COM APIs

Anonymous
Not applicable
725 Views
1 Reply
Message 1 of 2

How to get primitive data using COM APIs

Anonymous
Not applicable

I want to read the primitive data in my C++ applicaition. 

 

Is it possible to do that using COM APIs?

 

I have been using the .Net APIs to open the navisworks file in my application using the ApplicatonControl and DocumentControl.

 

But my situation demands that i must use COM APIs to do that in a C++ application.

 

Please suggest a way.

 

0 Likes
726 Views
1 Reply
Reply (1)
Message 2 of 2

xiaodong_liang
Autodesk Support
Autodesk Support
Hi,

probably you have found this blog:
http://adndevblog.typepad.com/aec/2012/05/get-primitive-from-solid-of-navisworks.html

i.e. currently, we can only use COM API to access primitive. that means C++ can be certainly used. We have not a specific sample in C++, but i think it would not be much difficult to you after checking the sample in the blog.
0 Likes