Also, I'm wondering if there are conflicts between OCAF topological naming and PAF.
PAF is implemented on top of OCAF. Think of PAF as pythonic OCAF ;')
But maybe it makes no sens using both of them (if they provide te same functionality)!
That's right, have a look for instance in how PAF optionally provides Undo / Redo.
PAF/Context.py line 64-67: undo = kwargs.get('undo') if undo: # for Undo / Redo _operations.NewCommand()This sets up a new command context within OCAF, such that undo/redo is supported for parametric operations.
I have to say that, things are not very clear in my mind (OCAF, PAF), therefore it's quite likely that my questions are totally crappy. In that case, don't waste your time trying understand them, I'll just have to get more comfortable with pythonOCC first and then we will see.
No biggy, there is a huge number of things to learn when digging into pythonOCC, so we're keen on helping out getting you up to speed!
Cheers, -jelle
_______________________________________________ Pythonocc-users mailing list Pythonocc-users@gna.org https://mail.gna.org/listinfo/pythonocc-users