Interface: EPolyManipGrip
This Core Interface introduced in 3ds Max 2011 exposes methods to invoke and access the state of the Caddy (a.k.a. "Grip") manipulator for various Editable Poly manipulation modes.
See also Interface: Grip
Interface: EPolyManipGrip
Methods:
<void>EPolyManipGrip.SetManipulateGrip <boolean>on <enum>gripItem
gripItem enums: {#SSFalloff | #SSBubble | #SSPinch | #SetFlow | #LoopShift
| #RingShift | #EdgeCrease | #EdgeWeight | #EdgeDepth | #VertexWeight | #VertexCrease}
Enable/Disable the Caddy manipulator for the Item defined by the second argument based on the first Boolean argument.
<boolean>EPolyManipGrip.GetManipulateGrip <enum>gripItem
gripItem enums: {#SSFalloff | #SSBubble | #SSPinch | #SetFlow | #LoopShift
| #RingShift | #EdgeCrease | #EdgeWeight | #EdgeDepth | #VertexWeight | #VertexCrease}
Returns the enabled state of the Caddy manipulator for the Item defined by the first argument.