Just trying to use Rhino.RhinoDoc.Import but I cant seem to obtain the active document. How do I target the active document I am working in ? I tried scriptcontext.doc.ActiveDoc(), Rhino.RhinoDoc.ActiveDoc(), and other similar combos but I keep getting RhinoDoc is not callable. I guess I am missing something conceptually. Could anyone clear it up ?
@nathanletwory When using the input method, the command line kicks in asking for user input for import parameters. Is there a way to just hit enter ? Or can I specify the parameters within the script so it does not show ? I tried NoEcho, CommandEnd, and other similar arrangements with the rs.command() method.