generative modeling for Rhino
Permalink Reply by Julz on April 20, 2011 at 4:31pm A little question please, what's wrong with this lines ? last wip, last GH wip version ...
private void RunScript(object x, object y, ref object A)
{
string dest = "C:\Test\001.igs";
Rhino.RhinoApp.RunScript("_Selall", true);
Rhino.RhinoApp.RunScript("_-Export " + dest + " _Entrer",true);
}
Permalink Reply by to] on April 21, 2011 at 1:58am hi,
"_Entrer" should be "_Enter" .... typing error ;)

The underscore in front of the command enforces english command names. If you want to use the French, just use Entrer without the underscore. But if you want to share your script with people running Rhino in a different language, you must use the underscore+english name approach.
--
David Rutten
david@mcneel.com
Poprad, Slovakia
Permalink Reply by Julz on April 21, 2011 at 3:50am
string dest = "C:\Test\001.igs";
Rhino.RhinoApp.RunScript("_Selall", true);
Rhino.RhinoApp.RunScript("_-Export " + dest + " _Enter", true);
Permalink Reply by Julz on April 22, 2011 at 10:46am Sorry to stay on this,
any one have idea for this ? cause i dont see how can i make a dynamic "save target" otherwise than this way ?
© 2012 Created by Scott Davidson.
Powered by