IGH_GooScriptVariable Method |
This function will be called when the local IGH_Goo instance
disapears into a user Script. This would be an excellent place to
cast your IGH_Goo type to a simple data type.
Namespace:
Grasshopper.Kernel.Types
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax Function ScriptVariable As Object
Return Value
Type:
ObjectThe object that represents this IGH_Goo instance in a script.
See Also