Extraction c + +
Hello, I wonder if there is any way to get the proper files salome geometries designed for this in C + + code.
Since I only see that I can get it as iges, hdf ... etc.
But I need that I return in C + +.
We can also get it from python code.
But I particularly like me to remove my files my geometries in c + + code and can not bedone in Salome. regards
Do I understand right that you want to dump a SALOME study into a C++ code similar to how it can be dumped into a Python script?
St.Michael
Hi Mario
SALOME has no such a feature but you can get what you need by manual "translating" a Python dump into C++ code. A dictionary for this "translation" is GEOM/bin/salome/geompyDC.py file from SALOME installation that defines python functions called from the Python dump script. Examining these functions you can learn what C++ functions to call instead of Python functions.
St.Michael
