wynott
(Ryan Wynott)
1
I’m trying to make a button that makes an object symmetrical about the world ZX axis.
I’ve got Pascal’s intersectplane so the idea is pretty simple. Run TrimWithPlane and pick the options… Then sellast and finally mirror x.
However I can’t get the TrimWithPlane to self exit after the trim takes place.
Usually ! does that, no? Not working for me.
wynott
(Ryan Wynott)
2
(Obviously we’re talking about objects that cross the axis and I want to trash one side of it.)
pascal
(Pascal Golay)
3
Hard to help without seeing the macro so far - my guess is you need an Enter in there to stop the script before moving on.
-Pascal
wynott
(Ryan Wynott)
4
_TrimWithPlane _Cplanes _WorldZX Enter
Still not doing it. It’s waiting for me to pick more objects.
pascal
(Pascal Golay)
5
Yeah- I guess an alias running a script does not react the same as a native command… you’ll have to script it up!
-Pascal