Hello everyone,
I have a point array and a 2D connectivity table that corresponds to the structure shown in the first figure. I then folded this structure by applying a fold function around the X axis so that the bottom edge coincides with the top edge in the first figure, as shown in the second figure. In fact, I work on stents which are presented flat in the datasheets and where the top and bottom edges coincide. I was then able to build a Wire part with Python with a loop type command on the segments and WirePolyLine. I then applied a square beam section, boundary conditions and my simulation worked well, no problem.
I would like to do the same thing but with a solid model and I don't see how to do it. Assuming that my segments are the central axes of the parallelepipeds (I take square sections), can I create solids by directly entering the coordinates of the vertices? Otherwise I can start from the initial 2D model and transform each segment into a rectangle then extrude (I succeeded) but then how to fold the structure?
Thank you so much
