I created a pile of geometry. I need to assign the height calculated by cga to the object attributes. I have a lot of shapes that need such operations
Hey @biaozeng,
In order to do this you need to report geometry.height in your rule and then run a script based export on your shapes where you then can query each reported value after the model generation and write the value as an object attribute with ce.setAttribute.
Please note that the object attributes are not updated automatically you have to run the script each time you want to update the object attributes.