Python in Grasshopper (guid and geometry)

You’re literally performing fewer computations by skipping all the GUID stuff (which is generally the bulk of many rhinoscriptsyntax functions), which on large enough cases will be noticeably faster. Sometimes by quite a lot, other times barely noticeable.

Edit: Here’s one example I had open in Sublime Text:


Where the mesh is generated on line 101 using RhinoCommon.

3 Likes