Go to: Synopsis. Return value. MEL examples.
curveAddPtCtx
curveAddPtCtx is undoable, queryable, and editable.
The curveAddPtCtx command creates a new curve add points context, which adds either control vertices (CVs) or edit points to an existing curve.// To create a new context: curveAddPtCtx CurveAddPtCtx; setToolTo CurveAddPtCtx;