Maxwell Script Library ..
Posted: Thu Sep 25, 2008 9:48 pm
by NoahPhense
I installed the new Maxwell Script Library today along with the new release
of the Maxwell for Rhino plug-in. Is that just for specific .net plug-ins or
can you script MW with it?
- np
Posted: Thu Sep 25, 2008 9:58 pm
by JDHill
This library allows for using the current scene as an object in your script. A basic way to think of it would be: where using RhinoScript you can tell the plugin to do things, you can use the script object to ask it things as well. There's information in the manual here:
http://www.maxwellrender.com/manual/rhi ... script.htm , and here's a post in the SolidWorks forum (
http://www.maxwellrender.com/forum/view ... 414#279414 ) where I use it to do something a little less trivial than the sun-study example shown in the manual.