Is it possible to open nwd file and get coordinates using Navisworks API .NET

Is it possible to open nwd file and get coordinates using Navisworks API .NET

Anonymous
Not applicable
1,025 Views
3 Replies
Message 1 of 4

Is it possible to open nwd file and get coordinates using Navisworks API .NET

Anonymous
Not applicable

Hi, just a quick question before I begin.

 

Is it possible to open NWD file and get the x, y, z coordinates using Navisworks API .NET?

I plan to extract coordinates from NWD files by writing a VB .NET software using Navisworks API .NET.

 

If yes, can you suggest where can I start?

 

Which material/sample should I look for?

 

Thank you.

0 Likes
1,026 Views
3 Replies
Replies (3)
Message 2 of 4

J450NP13
Advisor
Advisor

x,y,z coords of what?

0 Likes
Message 3 of 4

Anonymous
Not applicable
I have cuboid, cylinder in NWD files.

The scene is made of a few drawing items.

I want to know what primitives the scene on the view is composed of?

In other words, I want to loop each drawing items and extract the type (cube, cylinder, cone, sphere, etc), position (x, y, z) and dimension (length, width, height, radius, depth etc)?

Thank you
0 Likes
Message 4 of 4

J450NP13
Advisor
Advisor

I believe you will need that data in the models properties to be able to extract it...so you will have to search for those items then grab their properties.

0 Likes