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.