Deleting curves from Rhino with definition in Grasshopper?

I want to use the "Curve" parameter to select some Multiply straight lines from my Rhino window. Now, from input of those curves, I will make some Grasshopper definition.

 

What I want to know: when my Grasshopper definition ends, is there a way I can delete my straight lines from Rhino (the ones that I inputted in Grasshopper using the "Curve" parameter) using the definition from Grasshopper?

 

Thank you.

  • up

    David Rutten

    But deleting them will cripple the Grasshopper file as it depends on those curves. Is this what you want?

     

    --

    David Rutten

    david@mcneel.com

    Poprad, Slovakia

    • up

      djordje

      Hm, you are right David.

      Is there a way I could bake my definition, and then use different one (but inside the same .ghx file) to delete this lines?

      10