Hi,
I am wondering if there is a way for a python component to recompute automatically when the model unit system is changed inside Rhino.
Let’s say the python component is actually returning the model unit system as follow :
import scriptcontext as sc
units = sc.doc.ModelUnitSystem
And then the units are changed in Rhino and we want the python component to give the new model unit system without recompute it manually. Is it possible to achieve that ?