Showing posts with label Import/Link CAD Files. Show all posts
Showing posts with label Import/Link CAD Files. Show all posts

Thursday, January 10, 2013

Spiteful CAD Imports

So this week the buildingSMART managers at HOK were discussing ways to get rid of imported (BAD!!) CAD files in Revit projects. Should be something that is easy to do, right? Well, not so easy it turns out.

If you need to do this, you might simply fork out a little cash for a custom plugin. Autodesk Exchange has a good number of such things available and my cohort Brok Howard pointed me to Purge Cads. I have not tried it, but I did confirm with the developer that it does not touch linked CAD files, so for a couple of bucks, this will get the job done fast.

One way or another, you need a plugin. In my case I had Ideate Explorer at my disposal. Unfortunately it lumps CAD Imports & Links together. If you have this plug-in, here’s what you might call “an obscene work-around” to hack your way to the finish line:

  • Assuming you have worksharing enabled, have another user go to the Manage Links dialog and re-load all loaded CAD Links and load & unload all unloaded CAD Links. All we need is to have another user borrow these linked instances so we can get their name in the following step;
  • Go to the Manage Links dialog and try to load/unload the links. You will then get a list of CAD links that you don’t have permission to edit (the ones touched by the other user in the above step). Take note of the names;

clip_image001

  • In Ideate Explorer, select all CAD Imports/Links, then go to the Revit filter and de-select the instances listed above.

clip_image002

  • Now delete the selection and the links will be retained.

clip_image003

Autodesk (or Ideate), if you’re reading this, don’t you think our lives can be simplified by a smidgen? This type of functionality should just be built into the product. The amount of solutions we have to default to via plug-ins is getting way out of hand!


Share/Save/Bookmark

Wednesday, January 20, 2010

2-Mile Limitation (20 mile in Revit 2011)

This is worth echoing and I posted it on the Tips & Tricks AUGI Forum.

Getting around the 2 mile limitation when linking a CAD file (20 mile in Revit 2011)

DISCLAIMER: Be very careful when doing this as you can see severe display issues. Use at your own risk!

In Revit 2010, if you import/link a CAD file with entities that are more than 2 miles apart at the extremes, you will receive a warning and Revit won't let you finish the process. Basically everything in the file needs to fit on a 2 mile diameter "platter". Sometimes you could have a text attribute that is outside this imaginary circle that causes the issue. This tip has two parts to it: how to get around the limitation and how to clean your file so it works without workarounds.
I've been wanting to test out and write about the workaround for a while but I just came across a very well written tutorial so here it is! Thanks go to tonyisenhoff and phyllisr at EUA who shared this detailed tip here.

The second tip explains how to clean your file. Assuming you have a DWG file & Autocad, and you're sure your geometry fits on the proverbial "platter", do the following:

  1. With the file open, type the command "select" and at the prompt type "all";
  2. Now type "r" to remove objects and window your geometry. By doing this we're creating a selection set of offending objects, which sometimes are invisible. Click/spacebar/enter to exit the command;
  3. Now type "erase" and then at the prompt, type "p" (for previous). This selects the selection set completed in 2. Click/spacebar/enter to exit the command;
  4. Nothing in your file should be outside of the area you windowed, so save the file and link/import again in Revit. No error or warning should show up.

EDIT: As MrJackson commented, it's much easier and faster to hit CTRL-A to select all, then hold SHIFT while windowing the geometry you wish to keep. Then hit the DELETE key.

Also as of Revit 2011, the limitation has now been raised to a hefty 20 miles. Thanks Factory!


Share/Save/Bookmark