Calling 3ds Max Commands

The 3ds Max commands used to invoke menu and toolbar commands, such as max file open, are not directly available in pymxs. However, these commands can be run using pymxs.runtime.execute(), which takes a string of MAXScript and runs it. For example:

pymxs.runtime.execute('max file open')

See the "3ds Max Commands" topic in the MAXScript Help for more information about the commands that are available.