compute.rhino3d
compute.rhino3d copied to clipboard
Script access
Provide a way for python/C# scripts to execute the logic of a hops component.
For starters, we need to figure out what it is users want to script
This type of syntax works, but is pretty ugly
import Grasshopper
obj = Grasshopper.Instances.ComponentServer.FindObjectByName("Hops", False, False)
a = obj.CreateInstance()
a.RemoteDefinitionLocation = "http://localhost:5000/pointat"