Click or drag to resize

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
)

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