Component¶
-
class
cgp_maya_utils.scene.Component(fullName)¶ Bases:
objectcomponent object that manipulates any kind of component
-
fullName()¶ the full name of the component
Returns: the full name of the component - node.component[*]ornode.component[*][*]Return type: str
-
name()¶ the name of the component
Returns: the name of the component - component[*]orcomponent[*][*]Return type: str
-
shape()¶ the shape of the component
Returns: the shape of the component Return type: cgp_maya_utils.scene.Shape
-