Cross Section script or node

 From:  mkdm
8626.16 In reply to 8626.15 
Hi Mik.

I've already solved the same issue.

Get this zip archive : http://take.ms/ayOez
unzip it and copy the whole content into "C:\Program Files (x86)\MoI 3.0\ui\nodeeditor.v.0.97.2017.10.05\nodes\extensions"
or wherever you have the 0.97 version of NE.

You should get this content :



Also ensure that the very last lines of JS code into "index.html" file of 0.97 NE are these :

code:
loadScripts('core','lang, compatibility, colors, geometry, main, editor');
loadScripts('nodes','macros, basic, logic, points, curves, solids, construct, transform, objects, interface');
loadScripts('nodes/extensions/libs','*');
loadScripts('nodes/extensions','*');
loadScripts('core','init, ext.*');



After that you should run all latest nodes without issues.

I solved in this way.

- Marco (mkdm)