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