CAD Block Insertion Point to Family location

Hey guys - I am looking to retrieve the insertion point of a block in an active AutoCAD file and use that to locate revit families. These are nodes from the LinkDWG package. As seen from the image below, the node within the green box works perfectly showing the layers and the layer colors. However, for some reason the node within the blue box isn’t reading CAD file. I have also attached the python file driving the ActiveX.GetCOMObjects node. OR is there an alternate way of getting insertion point of a block in CAD? Thanks.

1 Like

by data extraction command in cad its relatively easy except that there is no live link between cad and revit…!

Its fine… Got it to work with the same package. The package author sent me an updated package. Thanks!

1 Like

oh…! i tried it today but dint work for me can u share the package…?

It is a .rar file can you send me an email address i can send it to because this platform doesn’t allow uploading such format. Thanks

yea sure ,
findsaju07@gmail.com

Dear Azubike_Ononye,

Can you please share that updated package.

murali.digwal@gmail.com

Thanks

Can you please share that updated package.

smarquez@arrecife.com.co

Thanks
[/quote]

Hi every one I have saved the package @Azubike_Ononye shared here…!

https://drive.google.com/open?id=0B5TaXAsk-Z8kRE5ZNE1NUjNCQ0VXUkRPajJzZ09YTFdKWUpn

2 Likes

Hi saju could you please share this package shortly again. Thanks so much in advance.

here you go https://drive.google.com/file/d/1FyWCbOIDfUgNiwxEXbBuisiNlvXHjpsk/view?usp=sharing

Hi
could you please share this package shortly again. Thanks so much.

Hi,

For linked or imported CAD file into Revit, it is easier to use the CAD Block node.
CAD Link

To read Cad files with Autocad, use the LinkDWG2 package (05-2020) not an obsolete version from 2017 !

2 Likes

This node does not work for me…any idea why?
image

Hi,
Can you share your DWG ?

Alban, I’m getting the same null error as boiiinng. My .dwg file is attached. I appreciate all the work you’ve put into this.

MI-UPHS-P-FL1_HVAC_SDiff.dwg (154.7 KB)

Hi Lance,

It is working perfectly. Be sure to have an updated version of the Genius Loci package.
The Dynamic blocks are reporting their *U— instance number and not the actual block name but it’s a Revit or AutoCAd issue and not a Dynamo one.

1 Like

My mistake! My package was out of date. Thanks for the response!

I didn’t understand. Why are you importing an xls file and not the cad file? Shouldn’t it be from the cad file?

Here is an example:


In this case the Inserts in the linked DWG are anonymous Blocks so the identity was gotten bylayer.
PlaceInstanceByCADBlock.dyn (35.0 KB)