set_object_attributes

compas_rhino.objects.set_object_attributes(guid, attr)[source]

Set the custom attributes of a Rhino object.

Parameters:
guidSystem.Guid

Object identifier.

attrdict[str, Any]

A dictionary of attributes.

Returns:
None
Raises:
Exception

If the operation fails.