IGH_BakeAwareObject
Public Interface
Public Property
Public Method
Public Method
Implement this interface on your IGH_ActiveObject if you want to participate in the Bake GUI.
Namespace: Grasshopper.Kernel
Assembly: Grasshopper (in Grasshopper.dll)
Syntax
public interface IGH_BakeAwareObject
The IGH_BakeAwareObject type exposes the following members.
Properties
Name
Description
Public Property
IsBakeCapable
Gets a value indicating whether or not the object can potentially Bake data in its current state.
Methods
Name
Description
Public Method
BakeGeometry(RhinoDoc, List.Guid.)
Bake all the goemetry in this object in the given Rhino document.
Public Method
BakeGeometry(RhinoDoc, ObjectAttributes, List.Guid.)
Bake all the goemetry in this object in the given Rhino document.