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)",tooltip="Abstract base class for pymel components.",height=0.25,shape=box,fontsize=8]; "PyNode" -> "Component" [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]; "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)",tooltip="Abstract class that is base for all pymel nodes classes.",height=0.25,shape=box,fontsize=8]; "ProxyUnicode" -> "PyNode" [arrowsize=0.5,style="setlinewidth(0.5)"]; }
- class Component(*args, **kwargs)¶
Abstract base class for pymel components.
- __apimdagpath__()¶
Return the MDagPath for the node of this component, if it is valid
- __apimobject__()¶
get the MObject for this component if it is valid
- __nonzero__()¶
Return type: bool
- isComplete(*args, **kwargs)¶
- name()¶
- namespace(*args, **kwargs)¶
- 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()¶
- plugNode()¶