Component

class cgp_maya_utils.scene.Component(fullName)

Bases: object

component object that manipulates any kind of component

componentType()

the type of the component

Returns:the type of the component
Return type:str
fullName()

the full name of the component

Returns:the full name of the component - node.component[*] or node.component[*][*]
Return type:str
indexes()

the indexes of the component

Returns:the indexes of the component
Return type:list[int]
name()

the name of the component

Returns:the name of the component - component[*] or component[*][*]
Return type:str
shape()

the shape of the component

Returns:the shape of the component
Return type:cgp_maya_utils.scene.Shape