Hello all,
How can I use a excel or csv file to automatically create free points on my hypermesh model?
Thank you in advance!
you can try running this script in HM.
It takes a CSV file with
System_ID, x0, y0, z0
System_ID, x1, y1, z1
...
Global System is 0
you can try running this script in HM. It takes a CSV file with System_ID, x0, y0, z0 System_ID, x1, y1, z1 ... Global System is 0
Perfect, that works great. Thank you!
you can try running this script in HM.
It takes a CSV file with
System_ID, x0, y0, z0
System_ID, x1, y1, z1
...
Global System is 0