pymel.core.context.curveAddPtCtx

static context.curveAddPtCtx(*args, **kwargs)

The curveAddPtCtx command creates a new curve add points context, which adds either control vertices (CVs) or edit points to an existing curve.

Flags:
Long name (short name) Argument Types Properties
exists (ex) bool  
   
image1 (i1) unicode  
   
image2 (i2) unicode  
   
image3 (i3) unicode  
   

Derived from mel command maya.cmds.curveAddPtCtx

Example:

import pymel.core as pm

# To create a new context:
pm.curveAddPtCtx("CurveAddPtCtx")
# Result: u'CurveAddPtCtx' #
pm.setToolTo("CurveAddPtCtx")

Previous topic

pymel.core.context.currentTimeCtx

Next topic

pymel.core.context.curveBezierCtx

Core

Core Modules

Other Modules

This Page