19.2 The External Python Module¶
FEBio Studio also offers an external Python module that allows users to use FEBio Studio functionality directly from a Python script and without opening the GUI.
To use the module, you must first configure Python so that it can find the module. (Alternatively you can simply copy the module to the folder of the python script where you want to use it.)
Take note that the external Python module is built against specific versions of Python and thus require to be run with the same version.