How to call Workbench ACT WB Project page functions in Mechanical ACT?
It can be done using ExecuteCommand() and the returned values can be requested using returnValue
ExecuteCommand()
returnValue
Example:
import wbjn wbjn.ExecuteCommand(ExtAPI, "returnValue(GetUserFilesDirectory())")