HyperMesh python script to create nodes using coordinates from csv file


Overview

This is a Python script for HyperMesh. In this example, the script reads the coordinates of points from a CVS file.

Usage/Installation Instructions

- Make sure that your csv file is in ANSI encoding. 

- In my example, I placed all files in directory "C:\test", and I changed working directory using python command "os.chdir(r"C:\test")".