Revit mean sea level parameter with Dynamo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I use Revit 2020 and Dynamo 2.2.1
Is it possible to create a Revit parameter where you can change the height of a floor from mean sea level?
I have tried to make a dynamo script that is linked to a parameter with the name "Elevation Top" and this parameter is visible in the Properties bar when you click on a floor. But when i change the value of the "Top elevation" parameter it just resets.
What I need is a parameter where i can change the elevation of a floor from the mean sea level by just typing in the correct height for that floor without having to use the "Height Offset From Level" and then use a calculator to calculate the correct offset to put in to higher or lower the floor to it's correct mean sea level . I am new to Dynamo and programming in general but this is the script I but together.