How to call Workbench ACT Project page functions in Mechanical ACT?

Ayush Kumar
Member, Moderator, Employee Posts: 479
✭✭✭✭
Answers
-
It can be done using
ExecuteCommand()
and the returned values can be requested usingreturnValue
Example:
import wbjn wbjn.ExecuteCommand(ExtAPI, "returnValue(GetUserFilesDirectory())")
2