GH_ActiveObject.ComputeData Method

GH_ActiveObjectComputeData Method

This function is called whenever the object is required to generate new data.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public virtual void ComputeData()
Public Overridable Sub ComputeData

Implements

IGH_ActiveObjectComputeData
See Also