GH_ComponentBakeGeometry Method (RhinoDoc, ListGuid) |
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntaxpublic 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