How do I execute Context Menu Python commands using JavaScript?
Ayush Kumar
Member, Moderator, Employee Posts: 444
✭✭✭✭
Answers
-
Using
ExecuteContextMenuFunction
Example:
DS.Script.ExecuteContextMenuFunction("DoInsertEnvironmentFixedDisplacement");
5