Accessing cad file data

Accessing cad file data

shehab_fekry
Enthusiast Enthusiast
371 Views
2 Replies
Message 1 of 3

Accessing cad file data

shehab_fekry
Enthusiast
Enthusiast

I have a revit api project and I want to access the data from a dwg file, data like block names and attribute values i can only access geometry and layers in Revit api.

0 Likes
372 Views
2 Replies
Replies (2)
Message 2 of 3

Ed__Jobe
Mentor
Mentor

First of all, in order to use the AutoCAD api, you would have to have AutoCAD installed on the same pc. Do you?

Ed


Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.
How to post your code.

EESignature

0 Likes
Message 3 of 3

shehab_fekry
Enthusiast
Enthusiast

Yes I do, i have added the dll files as references in my project, I want to access a document without opening it, I want to read some attributes from some blocks in the autocad document.

0 Likes