Forums
Forums >> Community >> Newbies >> Door/Window tag to not display unit symbol?
|
|
active
Joined: Mon, Aug 8, 2011
16 Posts No Rating |
Is it possible for window and door tags to display the size without the unit size. I want 2'-8" x 6'-8" to display as 2868. When I change the unit formatting to Feet and fractional inches, the unit symbol grays out disallowing me to select "none." When I select decimal feet I can select none but I don't want it to say 3280, as framers around here would think that means 3'-2" x 8'-0" size opening. My current cad software allows me to do this. Thanks for you help.
|
This user is offline |
|
 |
|
site moderator|||
Joined: Tue, May 16, 2006
13079 Posts
 |
If you add a type parameter (shared) to your door families that includes this number, you can use it in a tag but you can not get it directly from the size of the door.
|
This user is offline |
|
 |
active
Joined: Mon, Aug 8, 2011
16 Posts No Rating |
Do you think I could use a formula to dynamicaly extract this data and store it in a parameter. I am reserching formula functions to see if this is possible but a nudge in the right direction would help. Basically concatenate(width + height). Can you extract the feet or inches out of a Length?
|
This user is offline |
|
 |
site moderator|||
Joined: Tue, May 16, 2006
13079 Posts
 |
Revit has no text functions....
Revit does not convert lengths to text ....
You have to add this text data if you want it displayed this way - type or instance variable (shared) in order to be read by the tag....
|
This user is offline |
|
 |
active
Joined: Mon, Aug 8, 2011
16 Posts No Rating |
OK Thanks. I keep hearing how "powerful" revit formulas are but I am beggining to think differently. I keep searching in the help file and google searches like "Complete List of Revit Formula Functions" and all I get is a handful of operators,round, and a few logical statements. Skecthup dynamic components has way more functions than this unless I am missing the complete list.
|
This user is offline |
|
 |
active
Joined: Mon, Aug 8, 2011
16 Posts No Rating |
Ok I figured out how to get it dynamically. I had to think about it for a little bit. Just fyi for any other newbies.
Created 4 shared parameters (integers) in the door/window: widthFeet, widthInch, heightFeet, heightInch.
...for a door 2'-8" x 6'-8"
The formulas
1. widthFeet = rounddown((Width / 0' 1") / 12) ...... Returns 2
2. widthInch = Width / 0' 1") - (widthFeet * 12)......Returns 8
repeat for height.
Add these parameters to a tag and include all 4 in a label. My only question is can I remove the space in between the parameters? The format button is grayed out for a shared parameter in a tag.
|
This user is offline |
|
 |
 |
Similar Threads |
Door / Window Tag |
Revit Building >> Technical Support
|
Tue, Mar 4, 2008 at 1:01:45 PM
|
1
|
Need help tagging/scheduling a door with a sidelite |
Revit Building >> Technical Support
|
Tue, Jun 8, 2010 at 2:15:23 AM
|
2
|
Door Tag driven by door parameter. |
Revit Building >> Technical Support
|
Tue, Jun 28, 2011 at 12:01:01 PM
|
1
|
Craeating Currency Unit Symbol |
General Discussion >> Revit Project Management
|
Thu, Sep 27, 2012 at 2:35:05 AM
|
0
|
DOOR TAG QUESTION |
Revit Building >> Technical Support
|
Fri, Mar 1, 2013 at 7:32:20 AM
|
8
|
 |
|
Site Stats
Members: | 2098020 | Objects: | 23164 | Forum Posts: | 152290 | Job Listings: | 3 |
|