Label Height
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2022-02-03
02:05 AM
- last edited on
‎2023-05-17
03:41 PM
by
Gordana Radonic
Hi all,
Does somebody knows how to change the height unit on a property label for a Ceiling Label, For now, is showing inches, but I want to represent it as Feet.
Best regards.
Solved! Go to Solution.
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2022-02-03 11:35 AM
I would assume you don't want to change the Working Units... (Autotext values, unlike dimension units follow and display your working units)
I'd say: create a new expression Property that takes the elevation in inches, give it a formula to transform the value to feet and display that. You will get decimal places, not fractions though.
I'f you got some scripting skills, you're better off by scripting a Label to do that.
Hope it helps
Nando M
Director @ BuilDigital
nando@buildigital.com.au
Using, Archicad Latest AU and INT. Revit Latest (have to keep comparing notes)
More and more... IFC.js, IFCOpenShell
All things Solibri and BIMCollab

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2022-02-03 11:35 AM
I would assume you don't want to change the Working Units... (Autotext values, unlike dimension units follow and display your working units)
I'd say: create a new expression Property that takes the elevation in inches, give it a formula to transform the value to feet and display that. You will get decimal places, not fractions though.
I'f you got some scripting skills, you're better off by scripting a Label to do that.
Hope it helps
Nando M
Director @ BuilDigital
nando@buildigital.com.au
Using, Archicad Latest AU and INT. Revit Latest (have to keep comparing notes)
More and more... IFC.js, IFCOpenShell
All things Solibri and BIMCollab
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2022-02-03 10:58 PM
Thanks, Nando,
I realized I needed to change my calculation units.
Best regards.