Grasshopper

algorithmic modeling for Rhino

How can I use gh to do that using the command "_MergeAllEdges" in rhino ?

How can I use gh to do that using the command "_MergeAllEdges" in rhino ?

Views: 427

Replies to This Discussion

You can definately use GH to send a Rhino Command via a scripting component (Python, C#, VB) but this will affect only geometries already baked in Rhino. You cannot use a Rhino Command on geometries which are in Grasshopper, you need to find a way to do it with provided GH components.

I can't see anything in the RhinoCommon SDK for merging edges.

Hello David,

What I meant was using a rough script command to call that particular function  :

Rhino.RhinoApp.RunScript("_SelAll _MergeAllEdges", True)

It's not ideal I agree.

But this one is for edges, maybe there is something in rhinocommon, or this function is not exposed in sdk.

In that case you can call a comand.

RSS

About

Translate

Search

Photos

  • Add Photos
  • View All

Videos

  • Add Videos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service