PDA

View Full Version : Door Schedule



sjsl
2007-10-19, 08:40 PM
We want to schedule existing and new doors on the same schedule. We want to be able to show which doors have height and which ones to not show height and width becuase we do not know what they are.

dpasa
2007-10-21, 07:02 AM
Scheduling both phases together, is easy, I think it's already active... From view props "New cosntruction" and "show all" and you see everything.
To select which will show the height, you have do add a parameter (p1) of yes/no or 0/1 as an instance param, for all the doors. Then another param (p2) which will appear in your schedule.This will be a calculated value, as a number.
The formula is something like : IF (p1=1, Height, 0.00mm)