Access to User Attribute formula values through GH

@Trav and @pascal

Is there a way to assign values from this menu through a python script in a GH node?

image

I’d like to assign volume in m3.

Thanks,

Dan

That UI only displays Rhino’s UnitSystem

https://developer.rhino3d.com/api/RhinoScriptSyntax/#document-UnitSystem

build your syntax as

%<Volume(object_guid string, unitsystem string, allow_open_objects string)>%