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