pymel.core.nodetypes.SubdMapCut

digraph inheritance0dd701a66b {
rankdir=TB;
ranksep=0.15;
nodesep=0.15;
size="8.0, 12.0";
  "SubdMapCut" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="#pymel.core.nodetypes.SubdMapCut",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
  "SubdModifier" -> "SubdMapCut" [arrowsize=0.5,style="setlinewidth(0.5)"];
  "SubdModifier" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="pymel.core.nodetypes.SubdModifier.html#pymel.core.nodetypes.SubdModifier",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
  "SubdBase" -> "SubdModifier" [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)"];
  "SubdBase" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="pymel.core.nodetypes.SubdBase.html#pymel.core.nodetypes.SubdBase",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
  "DependNode" -> "SubdBase" [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];
  "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)"];
}

class SubdMapCut(*args, **kwargs)

class counterpart of mel function subdMapCut

Cut along edges of the texture mapping. The cut edges become map borders.

getConstructionHistory(**kwargs)

Turn the construction history on or off (where applicable). Q: When queried, this flag returns an int. Flag can have multiple arguments, passed either as a tuple or a list.

Derived from mel command maya.cmds.subdMapCut

Previous topic

pymel.core.nodetypes.SubdLayoutUV

Next topic

pymel.core.nodetypes.SubdMapSewMove

Core

Core Modules

Other Modules

This Page