Hello all,
I am new to Opensees.
I want to know if is there any option to create nodes using a text file containing coordinates.
Thank you very much for the help.
Creating nodes from importing text file
Moderators: silvia, selimgunay, Moderators
Re: Creating nodes from importing text file
Use Tcl or Python to read the coordinates from the file and create nodes.
Re: Creating nodes from importing text file
Check this link:
https://portwooddigital.com/2021/12/26/ ... converter/
it helps you to convert some basic tcl codes to python.
https://portwooddigital.com/2021/12/26/ ... converter/
it helps you to convert some basic tcl codes to python.
Re: Creating nodes from importing text file
Thanks. I was aware of that script and had started to look at it. However, I noticed that the OpenSeesPy changelog included mention of a "Tcl to Python converter", and wondered it was somehow included in OpenSeesPy.
If not then I will simply continue with the script you mentioned.Version 3.4.0.2 (7/20/2022)
Update to commit abebbee.
Update sectionForce and sectionDeformation commands.
Update Tcl to Python converter.