RhinoScript/RhinoCommon Bugs

This is Python 3, and apparently not considered a bug. You can no longer import ‘static’ classes like that.

from Rhino.Geometry import Transform as XF
xform=XF.PlaneToPlane
#etc.
1 Like