Oi
I’m trying to understand how can I use commands directly in c# component.
follow example i’m using command “SetPt” after I imported a geometry, because I want to all my imported geos are set to Z=0, after that the command “CloseCrv” to close them…
i read rhinocommon api examples but didnt get that, can anyone help me to better understand?
thanks
string cmdSetPt = “!_SetPt " + “”” + selectedObjs + “-z” + “0” + “”" + " _Enter";
Rhino.RhinoApp.RunScript(cmdSetPt, true);
import geos.3dm (28.4 KB)
import geos.gh (4.2 KB)
draw.dwg (53.7 KB)
2 posts - 2 participants