How to use undo/redo?
2012-04-05 00:03:32 GMT
Hi! I'm trying to figure out how to use the undo/redo functionality in pythonOCC. From reading docstrings and source code I guess I'll have to use an instance of OCC.PAF.Context.ParametricModelingContext with "undo" and "commit" set to True. But I didn't get any further. Can somebody please provide some example or explanation on how it works? PS: Once I understand how it works I'd like to help by providing some documentation for this. Would the github wiki be the right place to put it? Thanks, Marko
RSS Feed