Showing posts with label Workflow. Show all posts
Showing posts with label Workflow. Show all posts

Monday, 20 May 2013

Solving Room Bounding Issues–Divide & Conquer!

I have answered a few forum posts in the past regarding Room Bounding issues.  I decided to write a post sharing a few tips for solving your problems.

When you place a room object you sometimes get this warning:

image

In a complex model it is not always obvious why this is happening.  The best thing to do is break the problem down logically to eliminate possible causes.  There are some obvious things to check such as:

Make sure that all of the elements are room bounding

image

Less well known perhaps is to check the instance properties of a level datum to see the Computation Height

image

Also note that sketched profile openings and Wall Openings are not room bounding.  Use a Room Separation line to plug the gap or use empty door families to create openings.  They all yield different results so make sure you understand their workflows.  I will perhaps write a post on that if there is interest.

Problem Finding

Start with changing your Visibility/ Graphic Overrides to make it easier to see what is happening:

imageimage

The Reference cross and Interior Fill boundary may give you a clue as to where the problem is:

image

This should show up when using the Room Placement tool.  In this example it is of course an obvious and contrived error.  The base of the wall has a 1mm offset and a Level Computation Height of 0mm to create the problem.  However, a similar scenario occurs when there is a strange wall join or joined geometry below.  There is always a good, logical reason why it is happening but it can seem quite irrational prior to finding a solution.  This often leads people to think this is just another one of Revit’s quirks.

This is more like what people come across:

image

Using the Room Separator can really help you focus in on the problem:

image

I call this ‘Divide & Conquer!’  Draw a Room Separator line to divide the room.  It doesn’t need to be equal.  Then place a room in each half:

image

You can see that one half is not bounding.  Divide that side and repeat:

imageimageimage

It starts to become obvious where the leak is.  You don’t want to get too fiddly so clean up what you have done and isolate the area you have identified with Room Separation lines, perhaps from the over side to clarify the point of interest (once you get a feel for it you only need two separating lines and you can nudge them):

image

Be aware that Revit has a tolerance for Rooms and will allow small gaps,  which in simple situations can be as much as 449.8mm unless there is another bounding element to leak through to:

imageimage

Now you know where to focus your attention.  Don’t forget the problem will be at the Computation Height, so that gives you an idea of elevation – then you have XYZ coordinates for the problem.  Create a 3D section around the area and start to digest the condition.

Sunday, 1 July 2012

Lock 3D Views!

When a 3D view has been setup for a sheet and you have the angle you want, don't forget to lock it. This will stop others from messing it up… as well as you!

image

Sunday, 17 June 2012

Ctrl + ←=Speed

I have always been an advocate of keyboard shortcuts and in my AutoCAD days didn't have a toolbar in sight. Shortcuts can really boost productivity and keep the mouse close to the action rather than flying around the screen.

I have found many users to be resistant to using shortcuts and their workflow can suffer as a result. I think it is perhaps off putting to many having to remember so many abstract key combinations.

My approach is to tackle one shortcut at a time. If you are carrying out a repetitive task then take note of the shortcut for the tool and use it. It will soon lodge in your brain.

Revit is helpful here. Just hover over the tool on the ribbon to display a tool tip. You will see a keyboard combination in brackets.

Shortcut tooltip

If not, then a keyboard shortcut has not been assigned.  Why not assign one now? Adding Keyboard Shortcuts in Revit

Don’t be tempted to click the button.  Now is your first opportunity to use the shortcut.  I will perhaps write about custom Revit shortcuts in the future but I wanted to bring some others to your attention that will help you improve productivity and reduce repetitive strain injury.  Don’t forget to use Ctrl+Tab to switch between open views.

System Shortcuts

General shortcuts are available in a whole host of programs so you will reap benefits when emailing, word-processing or organising folders and files.  There are many available in windows but here are a few which really speed up text editing, especially in Revit.

  • F2 to rename.  Try selecting a view in the project browser and rename it.
  • Use Ctrl with cursor (arrow) keys to skip entire words(ßà) or paragraphs(á â) at a time.
  • Hold Ctrl+Shift (I hold them with one finger) with cursor keys to select entire words or paragraphs at a time.
  • Hold Ctrl with backspace or delete to delete entire words at a time.
  • Home Shift+End or Home to select whole lines whole lines.

The Home and End keys are really overlooked.  They are above the cursor keys on the keyboard.  I find this useful in Revit when you cannot see the entire line of text.  Press the end key to skip to the end of the line.  This is great in the modeless properties palette where moving mouse outside of it applies changes.

Try this next example to move a word from the end of a line to the beginning:

Press End, then Hold Ctrl+Shift and press ß(just tap), then Ctrl+X, then Home, then Ctrl+V, then Spacebar.