I'm trying to create a function that will allow the User to open the Select Curve window with a click of a button.
The problem is that after clicking the button, the Select Curve window does not show up but the prompt/message to 'Select one or more curves, then select ESC when done' appears and the User is unable to select/create any curves.
Right now I am using these commands to start the Select Curve process:
The problem is that after clicking the button, the Select Curve window does not show up but the prompt/message to 'Select one or more curves, then select ESC when done' appears and the User is unable to select/create any curves.
Right now I am using these commands to start the Select Curve process:
Code:
IItem项目= MachineMasterModel.Modeller.AddMachiningProject();
project.SetParam("Form", "Open");
project.SetParam("Milling", "1");
project.SetParam("Action", "Select");