Parametric design in MoI?

 From:  Max Smirnov (SMIRNOV)
7713.658 In reply to 7713.657 
Hi Marco

Here a example of ui extension
Find this line in index.html
code:
loadScripts('core','init');

and change it to
code:
loadScripts('core','init, *');


after this modification NE will load all additional .js files in /core directory

Copy atteched file to /core

EDITED: 7 Mar 2022 by SMIRNOV