Notifications
Clear all
[Closed] Select border edges via MaxScript
Mar 26, 2007 12:49 pm
Hi everyone.
Just a short question:
how do i select the border edges of a selected object in MaxScript?
Usually, i would just add an ‘Edit Poly’ Modifier, go to the Edge-Submode and drag a selection box over the whole object, which results in what i wanted to have.
But i can’t use the macros of that procedure. So does anybody knows, how to select the border edges completely in MaxScript?
Thanks
Cheers
1 Reply
Mar 26, 2007 12:49 pm
$.EditablePoly.SetSelection #Edge ((polyOp.getOpenEdges $) as bitarray)
somthing like that?