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

How to open the create curves menu using the API

#1
Is it possible to access the Create Curves menu function through the python API?
#2
I think this example might help.
6. Examples — RoboDK API Documentation
#3
I appreciate the help! What I'm looking for is a way to access the Tools -> Create Curves dialogue and expose it to the user without asking them to manually open it.
#4
You can open the Create Curves wizard by calling this function using the RoboDK API:
RDK.Command("TriggerAction", "actionCurveCreate")
  




Users browsing this thread:
1 Guest(s)