Importing CSV files and creating splines from points

Forums: 

Hello,

I am new to PythonOCC. For my project, I am trying to import a CSV file that contains the coordinates of some airfoil profiles. My plan is to import in those points, create splines through the points to construct 2D airfoil profiles, and then loft and connect these 2D profiles to build a 3D wing model.

I am bit a lost right now on how to approach this. Any help would be greatly appreciated.