How to load a stp file through c# code in rhino at start and run runcommand .Here attaching the code for opening the file but it require to press enterKey in rhino manually.What we can do for this
bool t;
string file = “STPFiles//TestHole1.stp”;
RhinoDoc.Open(file, out t);