So, I am trying to write a macro, which when run, will prompt user to click the intended face on the model, and then the macro will do stuff on that face, like creating sketch or hole feature etc.
I am just unable to find a method or a way that, pauses to take in user clicked value of the face and then resume to do stuff on that face.
In inventor its quite easy using commandmanager::pick interface and Do While loop, I cant seem to find something similar for solidworks.
