Grasshopper API
IGH_BakeAwareObjectBakeGeometry Method (RhinoDoc, ObjectAttributes, ListGuid) |
Bake all the goemetry in this object in the given Rhino document.
Namespace: Grasshopper.Kernel
Assembly: Grasshopper (in Grasshopper.dll)

void BakeGeometry( RhinoDoc doc, ObjectAttributes att, List<Guid> obj_ids )
Sub BakeGeometry ( doc As RhinoDoc, att As ObjectAttributes, obj_ids As List(Of Guid) )
Parameters
- doc
- Type: RhinoDoc
Document to bake into. - att
- Type: ObjectAttributes
Attributes to use for baked geometry. - obj_ids
- Type: System.Collections.GenericListGuid
All bake objects IDs will be appended to this list.
