Hi
I have a *dxf file linked into a revit 2018 model (unit meters) and I’m using Dynamo 2.0.3 to extract its curves. But it is crashing in Auto mode. If I use select model element, and run it in Auto mode, it works and it takes about 7 sec to run.
If however, I automatically reference the important instance using a name filter (which returns only one result), it will work in manual mode (about 6 secs processing time) but will crash in Auto mode.
I suspect it is somehow creating an infinite loop but I can’t understand why. I’ve tried using end transaction after retrieving the import instance but if make any difference work. I though it might be a lacing issue or some other problem with the Bimorph nodes but it worked in the first example so not sure why it is failing here.
Any suggestions? @Thomas_Mahon @JacobSmall @Michael_Kirschner2
Auto2.dyn (31.3 KB) Select2.dyn (14.2 KB)
CM_Roads.dxf (54.6 KB)