Add -point option to mirror shell command

Issue #162 resolved
Eliot Phillips created an issue

In the GUI you can mirror using either a box or a point.

In the shell only the box option is available.

Maybe default behavior should be to mirror using the specified axis through (0,0).

Comments (6)

  1. Juan Pablo Caram repo owner

    It's now implemented a little different that you specified. This is because you don't really need a point, just a distance from the axis, so you would do mirror objectName -axis Y -dist 2.0

  2. Eliot Phillips reporter

    No, I mean you always had the -axis in there. I never tested using it without -box to see if it would just mirror around the specified axis at (0,0).

  3. Log in to comment