GH_Component.BakeGeometry Method (RhinoDoc, List(Guid))

GH_ComponentBakeGeometry Method (RhinoDoc, ListGuid)

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

Parameters

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

Implements

IGH_BakeAwareObjectBakeGeometry(RhinoDoc, ListGuid)
See Also