Go to: Synopsis. Return value. Flags. MEL examples.
bezierAnchorPreset [-preset int]
bezierAnchorPreset is undoable, NOT queryable, and NOT editable.
This command provides a queryable interface for Bezier curve shapes.
int | (number of modified anchors) |
Long name (short name) | Argument types | Properties | ||
---|---|---|---|---|
-preset(-p)
|
int
|
![]() |
||
|
![]() |
![]() |
![]() |
![]() |
// Applies the "Bezier" anchor preset to all selected anchors bezierAnchorPreset -p 0; // Applies the "Bezier Corner" anchor preset to all selected anchors bezierAnchorPreset -p 1; // Applies the "Corner" anchor preset to all selected anchors bezierAnchorPreset -p 2;