Friday 17 February 2012

Revit Keyboard Shortcut Keys

Back in December I posted how to export your keyboard short-cut keys. Click following Link

So you don't have to create your own I have put one together at the following link RST 2012 Keyboard Short-Cuts. Just sign up to the CADline community website (its totally free) and then download and print it off, then just pop it next to your computer.


Thursday 16 February 2012

CADline Community



CADline Community is a site set up and updated by Application Engineers at CADline who are one of the Platinum Awarded Autodesk Partners supplying innovative design technology and associated consultancy, integration and professional services covering Architecture, Engineering, Construction, Process and Plant and Structural Analysis.

The CADline Community site covers everything from AutoCAD LT to all the Revit platforms, AutoCAD Plant 3D, AutoCAD Civil 3D, Inventor and many more.

The great thing about it is its free all you need to do is sign up. You get weekly updated Blogs, a forums, FAQ's, White Paper, tips and tricks Videos. If you have a support contract you can download extentions Apps for free.

So check it out today CADline Community



Splitting Schedules in Revit

This is a great tip from a colleague of mine.

If you are putting schedules onto a drawing and your having problems fitting them onto a drawing why not split them down onto multiple sheets.

To found out how click on the following Splitting Schedules.


Tuesday 7 February 2012

Creating a Script to Print

Ok so if you want to print off a drawing very quickly why not create a script which will do all the steps for you.

To start off open notepad. Note you need to remember that every space you leave AutoCAD will read so if you have finished a line hit enter to start the next.

First all you need to make sure you are in paper space or on a layout tab, so the first line you need to type TILEMODE 0.

So the script will look somethine like this.

TILEMODE 0
-plot
y

drawing sheet
a1 dwf
dwf6 ePlot

ISO full bleed A1 (594.00 x 841.00 MM)
millimeters
landscape
n
extents
1:1
center
y
giff full size mono.ctb
y
n
n
n

n
y

Please note where I put (giff full size mono.ctb)you need to put the ctb your are going to use.

Now you have put all this into notepad hit save. I have called mine dwf A1.scr, you need to have .scr at the end otherwise it wont work.

Open up AutoCAD if its not already open and type CUI enter. The CUI dialog box will open.
At the bottom left hand side under commands section there will be an icon that will create a new command, hit that and it should start to create a new command.

Give you command a name (i.e. A1 DWF), and a description so if other users will use it they know what it does. 
Ok so for the important bit under Macro, this where AutoCAD will run the command from.
You must always start a command with ^C^C this will escape from any other command before it starts this one.
We then type _script: so I will look for a script, then "the scripts location and name". Its important you have "" at the start and end.

So it should look something like this:

^C^C_script;"//mafp01/mabst1/Design Centre/Support Files/Script/dwf A1.scr"

Now thats done create a image for your icon, then simply add it to a current toolbar/ribbon or create a new one. Unless you have company toolbars/ribbons already i would create one for all your tools.

I hope this was useful, please feel free to leave your feedback.

Thanks.

Monday 6 February 2012

Level Generator for Revit Architecture

Another tool for your Revit Architecture users is released onto Autodesk Labs this month.

Level Generator

Did you know Autodesk also have labs.blogs.