maya.types.joint

Classes

Joint

Wrapper for joint nodes.

Module Contents

class Joint(*args, **kwargs)

Bases: maya.types.transform.Transform

Wrapper for joint nodes.

classmethod create(name=None, parent=None, position=None, orientation=None, scale=None, radius=None)

Create and wrap a new joint node.

orient(xyz=(0, 0, 0))

Orient the joint using the provided XYZ values.

property radius

Get or set the joint radius.