IGH_BakeAwareObjectBakeGeometry Method (RhinoDoc, ListGuid) |
Bake all the goemetry in this object in the given Rhino document.
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax void BakeGeometry(
RhinoDoc doc,
List<Guid> obj_ids
)
Sub BakeGeometry (
doc As RhinoDoc,
obj_ids As List(Of Guid)
)
Parameters
- doc
- Type: RhinoDoc
Document to bake into. - obj_ids
- Type: System.Collections.GenericListGuid
All bake objects IDs will be appended to this list.
See Also