Go to: Synopsis. Return value. Related. Flags. MEL examples.
polySelectConstraintMonitor [-changeCommand string string]
[-create] [-delete] string
polySelectConstraintMonitor is undoable, NOT queryable, and NOT editable.
Manage the window to display/edit the polygonal selection constraint parametersNone
| Long name (short name) | Argument types | Properties | ||
|---|---|---|---|---|
-changeCommand(-cc) |
string string |
|||
|
||||
-create(-c) |
||||
|
||||
-delete(-d) |
||||
|
||||
// create Monitor: polySelectConstraintMonitor -create; // set up a callback for when the constraints are changed: polySelectConstraintMonitor -changeCommand "polygonConstraintUpdate" $whichPanel; // delete Monitor: polySelectConstraintMonitor -delete;