Geometry data import from txt

How does it work, to take geometry data as txt input from a strucuture in particular box girders to be modeld with plate - elements ?
Thanks in advance

No anybody any ideas ?

Can you post your txt file ?

testgeom.txt (175 Bytes)
The minimal example shows the geometry data of a box girder consisting of 4 plane rectangular plates, x,y,z represents the gravity coordinates, alpha, beta, gamma the euler angles, as well as length, width and thickness of the plate, thanks in advance

I don’t think there is a automatic module to do this.
I think, you can solve your problem with python code to translate your data into a file interpretable by ngsolve.
I did something like that before for another project, and it worked well.