How to create nodes in Hypermensh using co-ordinates defined in excel sheet?
Shivanshu Zamdagni_21706
Altair Community Member
Answers
-
You can put them into the correct solver format (Optistruct given as example) and import as solver deck
https://2022.help.altair.com/2022/hwsolvers/os/topics/solvers/os/grid_bulk_r.htm?zoom_highlight=grid
0 -
- Export XLS into CSV format
- Write TCL procedure to read data from CSV
- From this data, create node by using the command "*createnode" (or better use *createentity)
0