|
|
Home | Forums |
Downloads | Gallery |
News & Articles | Resources |
Jobs | FAQ |
| Join |
Welcome !
|
118 Users Online (117 Members):
Show Users Online
- Most ever was 626 - Mon, Jan 12, 2015 at 2:00:17 PM |
Forums
Forums >> General Discussion >> Revit Project Management >> Curtain Panel Yes/No Parameter
|
|
active
Joined: Wed, Aug 24, 2005
10 Posts
|
Hi Guys I need some help with a Curtain Panel Parameter I would like to create.
I have created a Yes/No instance based parameter for a curtain panel which I can currently manually set.
I am trying to create an IF Parameter that would link to the panel & trim it if the panel drops below 1000mm wide. The Curtain Panel I have used in the curtain wall is actually a STD wall type for window & door hosting etc.
This is what I've come up with so far after reading a few different sites, however I am getting an error message telling me that I cannot link to another parameter 'Length'.
=IF (Length=<1000, Trim = 1<2, Trim = 1>2)
Any advice would be much appreciated.
|
This user is offline |
|
|
|
active
Joined: Thu, Mar 17, 2005
1231 Posts
|
Not sure what the algorythm looks like but when I see your formula I would write it like this for the Trim parameter formula
if (LENGTH < 1000 mm, 500 mm, 400 mm)
This formula equates to 'If the length is less than 1000 make trim 500 else make trim 400."
If this is not exactly what you want it may help you figure it out.
See image.
If Trim is a Yes / No Parameter it gets really simple becasue you can skip the Then, Else.
=IF (LENGTH < 1000)
This equates to: 'If Length is less than 1000 make trim 'Yes' else make trim 'No". No need for the Then or Else aspect.
Edited on: Wed, Oct 3, 2012 at 5:53:10 PM
-----------------------------------
.
FULL 'DOWNLOAD ACCESS' to all 850+ CADclips videos for only $150
|
This user is offline |
View Website
|
|
|
Similar Threads |
Link curtain wall parameter to curtain panel |
Revit Building >> Technical Support
|
Wed, Jun 10, 2015 at 5:06:07 AM
|
3
|
Curtain system panel problem |
Revit Building >> Technical Support
|
Tue, Jul 10, 2007 at 10:08:07 AM
|
5
|
curtain panel offset |
Revit Building >> Technical Support
|
Mon, Sep 1, 2014 at 4:30:14 PM
|
1
|
Panel tags for glass doors with frame in curtain walls |
Revit Building >> Technical Support
|
Thu, May 1, 2014 at 7:51:48 AM
|
1
|
Curtain Wall Panel to Curtain Wall Door |
Revit Building >> Technical Support
|
Mon, Jun 23, 2014 at 9:32:11 AM
|
7
|
|
|
Site Stats
Members: | 2056294 | Objects: | 23069 | Forum Posts: | 152299 | Job Listings: | 3 |
|