Re: [Pythonocc-users] c++ integration

2011-05-22 Thread Thomas Paviot
2011/5/22 Csanády István > Hi Thomas, > Hi Istvan, > > Thank you for your answer! Actually this would be the simplest way to > share TopoDS objects, but what if I want to control a pyocc script > from C++? I mean I want to create pyocc objects from C++ and run > python codes from C++ (but I do

Re: [Pythonocc-users] c++ integration

2011-05-22 Thread Csanády István
Hi Thomas, Thank you for your answer! Actually this would be the simplest way to share TopoDS objects, but what if I want to control a pyocc script from C++? I mean I want to create pyocc objects from C++ and run python codes from C++ (but I dont want to access any data members of the objects)? I

Re: [Pythonocc-users] c++ integration

2011-05-22 Thread Thomas Paviot
2011/5/22 Csanády István > OK, I have figured out the answer to my last question - I did not > know that STANDARD_TYPE(Classname) simply creates a cstring from the > class' name. However I have another question. Is it possible to > integrate a pythonocc code with a C++ code? I want to write the