The Help for rs.RotateObject()
and rs.RotateObjects()
is wrong, it indicates you can supply a plane for the rotation axis, when in fact it wants a vector. Feeding it a plane in this case errors out. I guess one could adapt the rs.RotateObjects()
method to extract the Z-Axis of the plane if one is supplied instead of a vector, but currently it does not do that.