pymel.core.nodetypes.ExtendSurface

digraph inheritance056c045dfe {
rankdir=TB;
ranksep=0.15;
nodesep=0.15;
size="8.0, 12.0";
  "ExtendSurface" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="#pymel.core.nodetypes.ExtendSurface",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
  "AbstractBaseCreate" -> "ExtendSurface" [arrowsize=0.5,style="setlinewidth(0.5)"];
  "DependNode" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="pymel.core.nodetypes.DependNode.html#pymel.core.nodetypes.DependNode",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
  "PyNode" -> "DependNode" [arrowsize=0.5,style="setlinewidth(0.5)"];
  "PyNode" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="../pymel.core.general/pymel.core.general.PyNode.html#pymel.core.general.PyNode",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
  "ProxyUnicode" -> "PyNode" [arrowsize=0.5,style="setlinewidth(0.5)"];
  "AbstractBaseCreate" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="pymel.core.nodetypes.AbstractBaseCreate.html#pymel.core.nodetypes.AbstractBaseCreate",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
  "DependNode" -> "AbstractBaseCreate" [arrowsize=0.5,style="setlinewidth(0.5)"];
  "ProxyUnicode" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="../pymel.util.utilitytypes/pymel.util.utilitytypes.ProxyUnicode.html#pymel.util.utilitytypes.ProxyUnicode",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
}

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:1 Advanced 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 original Default: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:1 Advanced 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 original Default: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