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

GH_ComponentBakeGeometry Method (RhinoDoc, ObjectAttributes, ListGuid)

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

Parameters

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

Implements

IGH_BakeAwareObjectBakeGeometry(RhinoDoc, ObjectAttributes, ListGuid)
See Also