Window tag - Feet-inches display

Window tag - Feet-inches display

seijord1
Enthusiast Enthusiast
106 Views
3 Replies
Message 1 of 4

Window tag - Feet-inches display

seijord1
Enthusiast
Enthusiast

Hello, I am trying to make a window tag display feet - inches in the way older drawings sometimes show it, with the inches in smaller letters as a superscript, see below. Does anyone have experience or ideas on how to get a window tag to automatically show dimensions in this format? I am thinking the window tag needs to extract the width/height values, convert to decimal feet, round down, etc.

Screenshot 2026-07-23 135204.png

0 Likes
Accepted solutions (1)
107 Views
3 Replies
Replies (3)
Message 2 of 4

seijord1
Enthusiast
Enthusiast
Accepted solution

Actually, figured it out, I created a family with calculated parameters for feet and inches separately, using this formula:Screenshot 2026-07-23 145911.png

0 Likes
Message 3 of 4

RLY_15
Advisor
Advisor

Feet would just be [rounddown(Length/12")].

For inches, you would start with [Length - rounddown(Length/ 1') * 1'], but you will probably want to address the edge case of measurements that are technically below a foot measure but round up to a foot because of Revit's unit rounding.

 

For example, 

RLY_15_0-1784844510354.png

This makes sense.

RLY_15_1-1784844555420.png

This, on the other hand, is what you get from 59.9999". 

 

 

Message 4 of 4

David_W_Koch
Mentor
Mentor

Have a look at this thread.  The example files are for Doors, but the same concepts can be used for Windows.  There is an old-school example of shared parameters and formulas on the Door family as well as a more-modern approach that takes advantage of being able to have the tag carry the formulas for calculating the Feet and Inches values (Revit 2017 and later, which I presume most are using in the year 2026).


David Koch
AutoCAD Architecture and Revit User
Blog | LinkedIn
EESignature