Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

Opening Select Curve window in API

#1
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:

Code:
IItem项目= MachineMasterModel.Modeller.AddMachiningProject();
project.SetParam("Form", "Open");
project.SetParam("Milling", "1");
project.SetParam("Action", "Select");


Messages In This Thread
Opening Select Curve window in API - byjoebgold- 12-22-2022, 02:11 AM



Users browsing this thread:
1 Guest(s)