Click or drag to resize

GH_ComponentBakeGeometry Method (RhinoDoc, ListGuid)

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public virtual void BakeGeometry(
	RhinoDoc doc,
	List<Guid> obj_ids
)

Parameters

doc
Type: RhinoDoc
obj_ids
Type: System.Collections.GenericListGuid

Implements

IGH_BakeAwareObjectBakeGeometry(RhinoDoc, ListGuid)
See Also