Your Ad Here

Go to: Synopsis. Return value. MEL examples.

Synopsis

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.

Return value


string (name of the new context)

MEL examples

// To create a new context:
curveAddPtCtx CurveAddPtCtx;
setToolTo CurveAddPtCtx;

  

Return to Autodesk Index


Your Ad Here