...
3YD to provide regular Windows installer:
Installs plugin DLL installed into
<installation directory>
(typically Program Files)Sets environment variable
3YOURMIND_CREO_PLUGIN_INSTALL_DIR
From within Creo, either load the plugin for the current session only by opening a part then going to Tools -> Auxiliary Applications (in the ribbon bar) -> Register (select
<installation directory>/creotk.dat
) -> Start Or or automatically load the plugin on Creo startup by addingtoolkit_registry_file $3YOURMIND_CREO_PLUGIN_INSTALL_DIR\creotk.dat
to the Configuration Editor.Configure the plugin, see below.
Configuration
Create environment variables
3YOURMIND_CREO_PLUGIN_APP_URL
and3YOURMIND_CREO_PLUGIN_API_TOKEN
to point to the platform URL and the API token respectively.
...