
Not applicable
08-23-2016
04:51 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi!
I'm trying to modify global parameters through Revit API (with Python scripts in Dynamo to be more exact). The API calls all work alright, but for some reason the GlobalParameter.GetValue().Value seems to return values in inches regardless of the units set in the doument. The document units are in mm and the the Global Parameters dialog in Revit also reports the parameters in mm. If I get the value from the parameter it returns it in inches (divided by 304.8) and when I set the value it also interprets it as inches.
Why is that? Is it a bug or a feature?
Regards,
Taavi
Solved! Go to Solution.