Message 1 of 4
Edge selection set

Not applicable
11-29-2011
11:13 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Does anyone know how to select a selection set through code in an Edit_Poly() at the edge level?
- I can do it in the max user interface.
- It looks like I can do it in an Edit Mesh, but not edit poly.
getEdgeSelection <node> name:<name>
- I can do it at the object level using selectionSets[]
- setCurNamedSelSet <string> changes the text in the dropdown at the top of max, but it doesn't change the selection. Even when used in conjunction with namedSelSetListChanged()
Is there anything that doesn't have a drawback?
As a workaround I can always store a edge list in the user defined properties, but it seems like this should be built in.
- I can do it in the max user interface.
- It looks like I can do it in an Edit Mesh, but not edit poly.
getEdgeSelection <node> name:<name>
- I can do it at the object level using selectionSets[]
- setCurNamedSelSet <string> changes the text in the dropdown at the top of max, but it doesn't change the selection. Even when used in conjunction with namedSelSetListChanged()
Is there anything that doesn't have a drawback?
As a workaround I can always store a edge list in the user defined properties, but it seems like this should be built in.