pymel.core.nodetypes.NurbsToSubdiv

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

class NurbsToSubdiv(*args, **kwargs)

class counterpart of mel function nurbsToSubdiv

This command converts a NURBS surface and produces a subd surface. The name of the new subdivision surface is returned. If construction history is ON, then the name of the new dependency node is returned as well.

Previous topic

pymel.core.nodetypes.NurbsTessellate

Next topic

pymel.core.nodetypes.NurbsToSubdivProc

Core

Core Modules

Other Modules

This Page