ModelContentParamTBakeGeometry Method (RhinoDoc, ListGuid) |
Namespace:
Grasshopper.Rhinoceros.Params
Assembly:
Grasshopper (in Grasshopper.dll)
Syntaxpublic void BakeGeometry(
RhinoDoc doc,
List<Guid> guids
)
Public Sub BakeGeometry (
doc As RhinoDoc,
guids As List(Of Guid)
)
Parameters
- doc
- Type: RhinoDoc
- guids
- Type: System.Collections.GenericListGuid
Implements
IGH_BakeAwareObjectBakeGeometry(RhinoDoc, ListGuid)
See Also