Steve Stafford and Aaron Maller are both awesome Revit guys. Both of them have a Screencast library of videos that you can freely view. Here are the links:
64 Bit Vasari, Revit 2012 and Revit 2013 Addon to import IFC files. Addon undergoing rapid development. Please use with care and send suggestions and observations.
In a multi-segmented, equality constrained dimension, you can use the anchor symbol to designate the anchored element. The element that is anchored remains stationary while you move other elements in a dimension.
Click and hold the anchor symbol. A witness line appears for the anchor.
Drag the anchor symbol to the element you want to anchor.
Move any of the unanchored elements referenced in the dimension.
The element accompanied by the anchor does not move.
Did you know that you have an offline copy of your Autodesk 360 Cloud data? It lives here: C:UsersUSERNAMEAppDataLocalAutodeskAutodesk SyncCloudCLOUDUSERNAME
If you put a file in this folder, it will automatically get Synced to your online 360 account. It doesn’t seem to matter what the filetype is – it uploaded my something.whatever file quite happily.
I assume there is a system setting somewhere that sets the sync interval.
In any case, you could make a shortcut to this folder on your Desktop and use it as online file storage, if you so desire…
You have a Revit file with some custom hatch patterns (filled regions / fill patterns) in it. You want to turn them into PAT files for re-use in AutoCAD or some other drafting program. Here’s how:
Make a Drafting View in Revit with a couple of Filled Regions in it.
Set the filled Regions to the Revit Hatch Patterns that you want to export to PAT files.
Export the Drafting View to a 2000 version DWG file
Open the DWG file in AutoCAD
In AutoCAD, APPLOAD then browse to getpat.lsp file. To get this file, right-click and Save Target as from this link.
After loading the lisp file, File – Save As the DWG, to something in the same directory (this step just makes AutoCAD and the LISP aware of where the PAT files should be saved)
Then, type GETPAT
Select the hatch you want to export. It *should* be saved as a PAT file to the same directory that the DWG file is in.
Listening dimensions is the technical term for the little blue dimensions that appear as you start drawing a line in Revit. The bold entry is the one that Revit is ‘listening’ to the keyboard for. When it comes to angular dimensions, if you start drawing a line then hit TAB it basically ignores the Angular snap increments and shows you the exact angle at your cursor position (go Manage – Snaps to see the increments). Also, if you put an increment in the Angular dimension snap increments that is not divisible into 360, Revit will basically ignore it.
Holding Shift will constrain you to either vertical or horizontal directions.
In AutoCAD, you can access either the angle or the length of a line when creating a new line. Sadly, Revit does not allow you to access the angle while creating a new line or wall – you can only enter a Length (as this is the bold listening dimension at creation time).
Basically, then, we need to consider some workflows for allowing angular entry. Most of these are time consuming (see below).
Workflows: Option 1 –
Have a Drafting View open, with a line in it
Select the line
Adjust the angle
Copy / paste into your current working view
Option 2 –
Select a Plan View crop region
Rotate it to the specific angle that you want to work with
Start drawing a line
Use SHIFT to contrain the movement (Revit respects the view crop boundary as defining the vertical and horizontal directions)
Option 3 –
Draw line
Select line
Use angle dimension box
Option 4 –
Draw line
Select line
Trigger rotate command
Do you have a better solution for angular entry at element creation time? It wouldn’t be hard to come up with a better way than those described above.
Here is some more information I found while exploring this issue …
Great thread: the value typed goes into the “listening” temporary dimension (which is the one that is bold). http://forums.augi.com/archive/index.php/t-40708.html (note – this thread is AWESOME for shortcuts and tricks)
Line drawing tip – Radius between straight lines: select Radius and specify a value. A radius creates fillets at the specified radius between line segments, allowing you to create a rounded chain of lines. A line must be joined to the end of another line for a fillet to display. If a line is connected to more than one line, a fillet cannot be created. The following image shows line segments sketched without Radius selected and line segments sketched with Radius selected.
Steve’s post recently reminded me of something I have done in the past – using multiple pseudo usernames to access the same Central File in different instances of Revit.
Let’s say that you wanted to render a certain scene in Revit, and then save the resultant image to the Project (a Central File). As this render could take 10 minutes, you want to keep working on something useful in the same Central File. What to do?
You just need to open a new instance of Revit and change the Username, then open a Local Copy of the Central as per usual. You now have 2 instances of the same Central model open, and you can work in and Synchronize from both of them … obviously you are going to need some decent hardware if you are working on a large central file with links. Set the first instance to render, and work in the second instance while that is happening (keep in mind that local renders in Revit can use multiple cores, so you may want to think about manually adjusting core affinity).
The username can be changed in the Revit Options dialog:
From Steve’s post: You can however change your username anytime you want when you work in a central file. It isn’t a great idea to actually work this way, switching usernames as you go. It is however a way to clear out users that have not relinquished worksets properly though. When nobody else is working on the project you can open a central file and pretend to be the ill mannered users that haven’t relinquished elements properly. It’s another reason you might consider working in a central file, even though it is generally frowned upon.
Here are a couple of system utilities that may help you to squeeze maximum performance out of your hardware (to speed up Revit, of course). Actually, my FX580 was struggling a bit with Showcase, so I wanted to overclock it a bit to make the augmented reality plugin work a bit more smoothly…
GPU-Z is a handy information tool for your video card. If you are overclocking, it will tell you the current clock speed, as well as the default. It will also tell you the driver and Forceware version that you are running, as well as additional advanced performance information.
(also, if you are overclocking a GPU, check out hwbot – it will give you an idea of the average overclock you can achieve using air cooling only for a given GPU model)
Core Temp will give you advanced processor information, including temperature and load for each core on your CPU.
Dev Eject will help you remove USB devices safely, even if Windows is struggling to do so.