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.

Wednesday 8 May 2013

Revit 2014 installation issues

Hopefully most users won’t have any issues installing Autodesk products but issues can occur.  I am using Windows 8 64bit.  If you get a similar issue to me then this may help you fix it.
I downloaded the installation file which unpacked itself to C:\Autodesk.  Once it finished unpacking it immediately launched setup.exe which threw up this error: (lucky me)
image
You can locate LiteHtml.dll in the following folders:
  • C:\Autodesk\Autodesk_Revit_2014_English_Win_32-64bit_dlm\Setup
  • C:\Autodesk\Autodesk_Revit_2014_English_Win_32-64bit_dlm\x64\en-US\RVT2014\Program Files\Autodesk\Root\Setup\en-US\MRF\Setup\Setup
  • C:\Autodesk\Autodesk_Revit_2014_English_Win_32-64bit_dlm\x86\en-US\RVT2014\Program Files\Autodesk\Root\Setup\en-US\MRF\Setup\Setup
The setup is unable to see dll’s in any of its subfolders.  I copied the dll from the first location (since it is probably for the 32bit setup) into the same folder as the setup.exe and it was able to find LiteHtml.dll  since it went on to look for another dll.  So I copied the full set of dll’s and the setup.exe succeeded bringing up an install screen but then I got the LiteHtml.dll error again.  This time it was probably looking for the 64bit version but still using the one I copied into the root.  Perhaps Confused smile
Long story short…

Solution

This is what worked for me.  Paste all of the dll’s from:
C:\Autodesk\Autodesk_Revit_2014_English_Win_32-64bit_dlm\Setup
into
C:\Windows\SysWOW64
image
The setup then worked as originally anticipated and I was able to look forward to the new official release of Revit.