PDA

View Full Version : Select border edges via MaxScript


mlanser
03-26-2007, 11:49 AM
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

dutch_delight
03-26-2007, 12:50 PM
$.EditablePoly.SetSelection #Edge ((polyOp.getOpenEdges $) as bitarray)

somthing like that?

CGTalk Moderation
03-26-2007, 12:50 PM
This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.