pymel.core.general.align

align(*args, **kwargs)

Align or spread objects along X Y and Z axis.

Flags:
  • alignToLead : atl (bool) [create]

    When set, the min, center or max values are computed from the lead object. Otherwise, the values are averaged for all objects. Default is false

  • coordinateSystem : cs (PyNode) [create]

    Defines the X, Y, and Z coordinates. Default is the world coordinates Flag can have multiple arguments, passed either as a tuple or a list.

  • xAxis : x (unicode) [create]

    Any of none, min, mid, max, dist, stack. This defines the kind of alignment to perfom, default is none.

  • yAxis : y (unicode) [create]

    Any of none, min, mid, max, dist, stack. This defines the kind of alignment to perfom, default is none.

  • zAxis : z (unicode) [create]

    Any of none, min, mid, max, dist, stack. This defines the kind of alignment to perfom, default is none.

Derived from mel command maya.cmds.align

Previous topic

pymel.core.general.aliasAttr

Next topic

pymel.core.general.artAttrTool

Core

Core Modules

Other Modules

This Page