1

I'm using the model derivative api to extract some revit parameter data. In the properties for the model, I'm a little confused on how the units are determined. For example in this Ceiling property:

"Dimensions": {
    "Volume": "13.236 CF",
    "Area": "50.827 ft^2",
    "Perimeter": "28.573 ft-and-fractional-in",
    "Slope": "0.000 °"
},

is it possible to change the perimeter unit labels to something besides ft-and-fractional-in?

The only reference to this unit label that I could find is in this article.

Alex
  • 978
  • 7
  • 23

1 Answers1

0

The blog post you shared is about the units used by measure extension.

The units from the properties of the converted design are defined by the Revit Project units, as describet in this lightning talk

João Martins
  • 388
  • 3
  • 10