Registering multiple custom undo events in a command

Hi @samuel.hartmann,

Rhino’s undo mechanism does not provide for multiple undo records per command iteration. If you want your command to provide multiple undos, then you’l need to code this up yourself. For example, Rhino’s Polyline command has it’s on in-command Undo option.

Can you provide me some code that is not working for you?

Thanks,

– Dale