@RogueCmdr wrote:
Is it possible to set the x,y,z of an importing 3dm using this?
string script = string.Format("_-Import \"{0}\" _Enter", path);
Rhino.RhinoApp.RunScript(script, true);
Posts: 3
Participants: 3
@RogueCmdr wrote:
Is it possible to set the x,y,z of an importing 3dm using this?
string script = string.Format("_-Import \"{0}\" _Enter", path);
Rhino.RhinoApp.RunScript(script, true);
Posts: 3
Participants: 3