> > On a different note, I've got the geom and mesh libs to compile. Is there > way to see the results visualised as they happen? > E.g., Level2/PAF/paf_smesh.py runs in the console, but only when it's done > does it display the result, then blocks on my_context.start_display(). Is > there a way to make that non-blocking? Or interactive as in the videos? >
What I like to do is to dump "import ipdb; ipdb.set_trace()" ( or pdb for that matter ) that results in a console + a viewer that is interactive. Using "ipython -q4thread" works too. -jelle
_______________________________________________ Pythonocc-users mailing list Pythonocc-users@gna.org https://mail.gna.org/listinfo/pythonocc-users