Friday, May 18, 2007

Conditional Statements Translation..Part 1

You will find the following examples of conditional statements in the Revit help menu if you search for 'conditional'. I wanted to let you know what I learned from these...

First of all, the conditional statement goes into the Formula field of the parameter that you want to control. This formula will automatically fill out the Height value of the example below. Formulas are like a language and Syntax is the spelling.

Now to translate...

The example below is an either/or situation. It's saying 'If the Width is LESS THAN 3000mm THEN the Height will be 2000mm IF NOT (LESS THAN 3000mm) THEN it's 1000mm.

The commas are acting as a THEN and a IF NOT THEN.



This can be taken further by having multiple variables. The example below is found in the help files and provides the syntax for such a case..

Monday, May 14, 2007

Revit Architecture 2008 Tutorials Error

Have you tried downloading the tutorials for RA 2008 yet? If so you probably got an error. The reason is that the files are trying to replace 'read only' files found in your Revit install directory. Here's how to workaround it:
1. Download files
2. Extract to a different folder than the default

You could then overwrite the help file this was intending to replace but you may not want to. The previous file has the link to the site where these help files are supposed to be kept and updated.

It's unfortunate. The developement team could have avoided this issue by a simple test, trying it.