GH_RhinoScriptInterfaceBakeDataInObject Method |
Find an object and bake all geometry inside of it.
Namespace:
Grasshopper.Plugin
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public Object BakeDataInObject(
string objectID
)
Public Function BakeDataInObject (
objectID As String
) As Object
Parameters
- objectID
- Type: SystemString
Object InstanceID or name.
Return Value
Type:
ObjectAn array of Rhino object IDs, or null on failure.
See Also