Python - Element Geometry - List Elements?

Good day.
I am trying to obtain the “solids of the structural elements-columns” geometries, I have tried code that has been published in the forum but it does not help me… I leave my code and I appreciate your help.


… in the second image I manage to obtain the geometry of some elements but when I have 15 thousand elements the code does not return all the geometries… why =??? What am I doing wrong or what is missing?

ERROR-ELEMENT GEOMETRY.dyn (7.1 KB)

Hi,

you must include in your code the case where the GeometryObject is of type GeometryInstance (in addition to the Solid type).

Example here

1 Like