Quantcast
Channel: Scripting - McNeel Forum
Viewing all articles
Browse latest Browse all 5938

rs.MirrorObjects() is broken?

$
0
0

Hi everyone,

seems like rs.MirrorObjects() in Rhino 8 is broken.

snippet for test:

import rhinoscriptsyntax as rs

plane = rs.WorldXYPlane()
square = rs.AddRectangle(plane, 300, 300)
start_point = (0, 0, 0)
end_point = (0, 1000, 0)

rs.MirrorObjects(square, start_point, end_point, True)

In Rhino 7 this snippet works (or in IronPython 2.7)

Best regards,

D.

3 posts - 2 participants

Read full topic


Viewing all articles
Browse latest Browse all 5938

Trending Articles