pymel.core.general.Component

Inheritance diagram of Component

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()