selecting objects that are in positive x axis
is there a way in maxscript that you can select objects whose vertices only have positive x values or 0? would like to make this selection with maxscript then apply a mirror script. then to toggle off the mirror i'd want to reselect objects that have vertices with -x values and delete them. Is this possible?
Comments
...
Here is two choise:
#1 select all geometry objects which have at least one verts in negative space.
(argument "axsis" may be "X","Y" or "Z")
#2 select all geo-objects which have all verts in positive space.
(argument "axsis" may be "X","Y" or "Z")
bga
.
You forgot that this
will create new copy of the mesh for every itteration.
Tools and Scripts for Autodesk 3dsMax
...
Yes I know. Forgot to place it in var.
I left this to requester :)
bga