ModelInstanceDefinitionBakeGeometry Method |
Namespace:
Grasshopper.Rhinoceros.Model
Assembly:
Grasshopper (in Grasshopper.dll)
Syntaxpublic bool BakeGeometry(
RhinoDoc doc,
ObjectAttributes att,
ref Guid obj_guid
)
Public Function BakeGeometry (
doc As RhinoDoc,
att As ObjectAttributes,
ByRef obj_guid As Guid
) As Boolean
Parameters
- doc
- Type: RhinoDoc
- att
- Type: ObjectAttributes
- obj_guid
- Type: SystemGuid
Return Value
Type:
BooleanImplements
IGH_BakeAwareDataBakeGeometry(RhinoDoc, ObjectAttributes, Guid)
See Also