[script] FxGraph - 2D/3D Function plotter

 From:  Michael Gibson
6447.56 In reply to 6447.55 
Hi Mike,

re:
> but this one (My TrumpetSolid.js) doesn't:
> moi.command.execCommand( 'FxGraph3D cos(u)*sin(v);sin(u)*sin(v);cos(v)+log(tan(1/2*v));0;6.283;0.03;1.5;50;50;1;1;1;UV' );

Can you please post the My TrumpetSolid.js file so I can test it over here and take a look?


> When I try to run if from Max's Ext Scripts feature I get the
> following error:

That error looks like it's trying to execute that string as direct script code rather than seeing it as a command and parameter for that command. That will happen if the command is not recognized. Do you possibly have some spaces in the front before FxGraph3D ?

- Michael