+ std::cout << " SHAPE_FILE: STEP file containing the shape to mesh" << std::endl;
+ std::cout << " HYPO_FILE: Ascii file containint the list of parameters" << std::endl;
+ std::cout << " (optional) ELEM_ORIENT_FILE: binary file containing the list of element from INPUT_MESH_FILE associated to the shape and their orientation" << std::endl;
+ std::cout << " (optional) NEW_ELEMENT_FILE: (out) contains elements and nodes added by the meshing" << std::endl;
+ std::cout << " (optional) OUTPUT_MESH_FILE: (out) MED File containing the mesh after the run of the mesher" << std::endl;