I am working on a C++ application where we are externally using NX Open C API.I am developing a utility which will read some points from a file and use NX libraries to fit a surface through the points.
We use the UF_initialize() to initialize NX. From what I understand, this function will...