|
|
Home | Forums |
Downloads | Gallery |
News & Articles | Resources |
Jobs | FAQ |
| Join |
Welcome !
|
36 Users Online (35 Members):
Show Users Online
- Most ever was 626 - Mon, Jan 12, 2015 at 2:00:17 PM |
Forums
Forums >> Revit Building >> Technical Support >> Revit family creation graphics visibility (dependent)
|
|
active
Joined: Mon, Aug 10, 2009
6 Posts No Rating |
REVIT Architectural 2010. I'm working to create a family wall panel that is 48" wide with two metal studs located 12" from either end. I've been able to build the model with different constraints but the one I can't seem to get to work is visibility. I'm designing the panel from left to right and would like to have the second stud not visible if the panel length is less than 36". Basically I want the visibility of the second stud to be dependent on the legth of the panel. I've read quite a bit of info from this site and others but still can't seem to get it to work properly. I just can't seem to get it! Thanks, Gouldse
|
This user is offline |
|
|
|
active
Joined: Thu, Mar 17, 2005
1231 Posts
|
I'd have to test it but this would be my algorithm. Create a yes / no parameter <second_stud_vis> to control the basic visibility of the second stud and apply that parameter to the visibility property of the stud object. Create another 'formula based' parameter to control whether second_stud_vis should be yes or no. If panel_length < 36 second_stud_vis = no else yes
-----------------------------------
.
FULL 'DOWNLOAD ACCESS' to all 850+ CADclips videos for only $150
|
This user is offline |
View Website
|
|
active
Joined: Mon, Aug 10, 2009
6 Posts No Rating |
Thanks I've watched your family creation vidoes, which are very helpful. So should this algorithm be a formula for the graphic, dimension or should it be a constraint? this is where my problem lies. (I think)
|
This user is offline |
|
|
active
Joined: Thu, Mar 17, 2005
1231 Posts
|
Wow, what a great lesson for all readers ! This is actually much easier than I had anticipated because as the help menu indicates the yes / no conditional statement automatically implies the if, then, else operators making the syntax very simple. Note: IF with Yes/No condition: =Length > 40 (Note that both the condition and the results are implied.) So all you have to do is this: 1. Make a length parameter called Panel_Length and constrain the panel length to that parameter. 2. Create a yes / no parameter called second_stud_vis. Use the formula column of this parameter and set it to =Panel_Length > 3' (this tiny statement means if Panel_Length is greater than 3 feet set this to Yes else set it to No) 3. * Then, very important last step, set the visible property of the second stud to be the parameter second_stud_vis. (In the Element Properties dialog box of the second stud for visible the far right has a little parameter button. I have attached a sample panel family that has all of the above working correctly. Have a look. Super lesson that can be applied in many many ways.
Edited on: Tue, Aug 11, 2009 at 11:24:49 AM
-----------------------------------
.
FULL 'DOWNLOAD ACCESS' to all 850+ CADclips videos for only $150
|
This user is offline |
View Website
|
|
active
Joined: Mon, Aug 10, 2009
6 Posts No Rating |
I may have forgotten one point. We're using this as a curtain wall application and that formula doesn't function the same way. We can't seem to figure out what setting overrides the other. When building the curtain wall we'll specify a Vertical grid pattern with a fixed distance of 4'. Edited on: Tue, Oct 6, 2009 at 11:36:57 AM
Edited on: Tue, Oct 6, 2009 at 11:38:14 AM
|
This user is offline |
|
|
|
Similar Threads |
Ceiling dependent lighting |
Community >> Newbies
|
Wed, Oct 24, 2012 at 12:21:07 PM
|
8
|
adding mass in family editor or in place family creation |
Revit Building >> Technical Support
|
Thu, Nov 23, 2006 at 9:52:52 AM
|
4
|
visibility graphics problems-please help! |
Community >> Newbies
|
Sat, May 28, 2011 at 4:33:53 PM
|
3
|
family creation request form |
Community >> Newbies
|
Wed, Jun 30, 2010 at 1:20:14 PM
|
5
|
Visibility Graphics and printing |
Revit Systems >> Technical Support
|
Fri, Nov 12, 2010 at 3:14:24 PM
|
2
|
|
|
Site Stats
Members: | 2056535 | Objects: | 23074 | Forum Posts: | 152325 | Job Listings: | 3 |
|