Do you guys have any advice on the following thing:
I am trying to get ETABS to draw slab area elements on each floor using Python. I have a list containing point data for each node's XYZ coords on a given story:
[[[0.0, 0.0, 3.0], [0.0, 24.0, 3.0], [24.0, 24.0, 3.0], [24.0, 0.0, 3.0]]...