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.

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