Nomi 0 Posted December 28, 2019 Hi all, I'm unable to set the elevation of a story - when I create multiple stories the elevation is by default set to increments of 9'. I've attached a file with the test node that shows the script I'm using - any input appreciated! Initialize Story.vwx Quote Share this post Link to post
sbarrett 217 Posted January 7, 2020 Hi @Nomi - The reason this is not working in your node is because vs.SetStoryElevation() takes mm as the input. You need to convert your document units to mm and then use that value as your elevation. I recently posted a network that creates a series of stories based on an overall building height. There is a Set Story Elevation node in that network that shows how to do this. Quote Share this post Link to post
Nomi 0 Posted January 8, 2020 Thanks Sarah! Got everything to work. Quote Share this post Link to post