pymel.core.nodetypes.ExtendSurface

Inheritance diagram of ExtendSurface

class ExtendSurface(*args, **kwargs)

class counterpart of mel function extendSurface

This command extends a surface or creates a new surface as an extension.

MAttrClass = Enum( EnumValue('MAttrClass', 1, 'localDynamicAttr'), EnumValue('MAttrClass', 2, 'normalAttr'), EnumValue('MAttrClass', 3, 'extensionAttr'), EnumValue('MAttrClass', 4, 'invalidAttr'))
MdgTimerMetric = Enum( EnumValue('MdgTimerMetric', 0, '_callback'), EnumValue('MdgTimerMetric', 1, '_compute'), EnumValue('MdgTimerMetric', 2, '_dirty'), EnumValue('MdgTimerMetric', 3, '_draw'), EnumValue('MdgTimerMetric', 4, '_fetch'), EnumValue('MdgTimerMetric', 5, '_callbackViaAPI'), EnumValue('MdgTimerMetric', 6, '_callbackNotViaAPI'), EnumValue('MdgTimerMetric', 7, '_computeDuringCallback'), EnumValue('MdgTimerMetric', 8, '_computeNotDuringCallback'))
MdgTimerState = Enum( EnumValue('MdgTimerState', 0, 'off'), EnumValue('MdgTimerState', 1, 'on'), EnumValue('MdgTimerState', 2, 'uninitialized'), EnumValue('MdgTimerState', 3, 'invalidState'))
MdgTimerType = Enum( EnumValue('MdgTimerType', 0, '_self'), EnumValue('MdgTimerType', 1, '_inclusive'), EnumValue('MdgTimerType', 2, '_count'))
getCaching(**kwargs)

Modifies the node caching mode. See the node documentation for more information.Note:For advanced users only.

Derived from mel command maya.cmds.extendSurface

getDistance(**kwargs)

The distance to extend (for by distance only)Default:1Advanced flags

Derived from mel command maya.cmds.extendSurface

getExtendDirection(**kwargs)

Which parametric direction of the surface to extend ( 0 - U, 1 - V, 2 - both )Default:0

Derived from mel command maya.cmds.extendSurface

getExtendMethod(**kwargs)

The extend method (0 - distance)Default:0

Derived from mel command maya.cmds.extendSurface

getExtendSide(**kwargs)

Which end of the surface to extend ( 0 - end, 1 - start, 2 - both )Default:1

Derived from mel command maya.cmds.extendSurface

getExtensionType(**kwargs)

The type of extension (0 - tangent, 2 - extrapolate)Default:0

Derived from mel command maya.cmds.extendSurface

getJoin(**kwargs)

Join extension to originalDefault:true

Derived from mel command maya.cmds.extendSurface

getNodeState(**kwargs)

Modifies the node state. See the node documentation for more information.Note:For advanced users only.Common flags

Derived from mel command maya.cmds.extendSurface

setCaching(val=True, **kwargs)

Modifies the node caching mode. See the node documentation for more information.Note:For advanced users only.

Derived from mel command maya.cmds.extendSurface

setDistance(val=True, **kwargs)

The distance to extend (for by distance only)Default:1Advanced flags

Derived from mel command maya.cmds.extendSurface

setExtendDirection(val=True, **kwargs)

Which parametric direction of the surface to extend ( 0 - U, 1 - V, 2 - both )Default:0

Derived from mel command maya.cmds.extendSurface

setExtendMethod(val=True, **kwargs)

The extend method (0 - distance)Default:0

Derived from mel command maya.cmds.extendSurface

setExtendSide(val=True, **kwargs)

Which end of the surface to extend ( 0 - end, 1 - start, 2 - both )Default:1

Derived from mel command maya.cmds.extendSurface

setExtensionType(val=True, **kwargs)

The type of extension (0 - tangent, 2 - extrapolate)Default:0

Derived from mel command maya.cmds.extendSurface

setJoin(val=True, **kwargs)

Join extension to originalDefault:true

Derived from mel command maya.cmds.extendSurface

setNodeState(val=True, **kwargs)

Modifies the node state. See the node documentation for more information.Note:For advanced users only.Common flags

Derived from mel command maya.cmds.extendSurface

Previous topic

pymel.core.nodetypes.ExtendCurve

Next topic

pymel.core.nodetypes.Extrude

Core

Core Modules

Other Modules

This Page