pymel.core.general.Component

digraph inheritance6e993f4efa {
rankdir=TB;
ranksep=0.15;
nodesep=0.15;
size="8.0, 12.0";
  "Component" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="#pymel.core.general.Component",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
  "PyNode" -> "Component" [arrowsize=0.5,style="setlinewidth(0.5)"];
  "PyNode" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="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)"];
  "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 Component(*args, **kwargs)

Abstract base class for pymel components.

isComplete(*args, **kwargs)
name()
node()
static numComponentsFromStrings(*componentStrings)
Does basic string processing to count the number of components given a number of strings, which are assumed to be the valid mel names of components.
plugAttr()

Previous topic

pymel.core.general.AttributeDefaults

Next topic

pymel.core.general.Component1D

Core

Core Modules

Other Modules

This Page