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.
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.