Hello<div><br></div><div>Using Gmsh library from a c code I am writing the mesh data into an output file (ASCI msh format) with a call to GModel::writeMSH().</div><div><br></div><div>I would like to store in the same file also the normal vector associated with the points of the triangles that belong to a CAD surface.</div><div><br></div><div>I already know how to compute these data.</div><div><br></div><div>Is possible to put them in a data structure of Gmsh so that they are transferred to the output file (in the  ElementNodeData section or any other) ?</div><div><br></div><div>Thanks</div><div><br></div><div>Walter</div>