by THIERRY DE VILLE D'AVRAY
Sep 6, 2011
There is a mistake with the doc.Objects.Find(id) function with the last version of grasshopper when you put it in a VB.NET component. Dim obj As Rhino.DocObjects.RhinoObject = RhinoDoc.ActiveDoc .Objects.Find(id)
Cancel
Rhino.DocObjects.RhinoObject = RhinoDoc.ActiveDoc .Objects.Find(id)
by THIERRY DE VILLE D'AVRAY
Sep 6, 2011
There is a mistake with the doc.Objects.Find(id) function with the last version of grasshopper when you put it in a VB.NET component. Dim obj As Rhino.DocObjects.RhinoObject = RhinoDoc.ActiveDoc .Objects.Find(id)