C++ Pause command until user hit enter

Hello,

I need to stop my command and let the user do some operations on the curves before continue the command. There is some functionality that let me do this?

No, probably you’re better of making two commands, one to run before the user operations, the other after.