Click or drag to resize

IGH_BakeAwareData Interface

Implement this interface in your IGH_Goo data type if you want to be included in baking operations.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public interface IGH_BakeAwareData

The IGH_BakeAwareData type exposes the following members.

Methods
  NameDescription
Public methodBakeGeometry
Bake an object in the given Rhino document.
Top
See Also