pymel.core.nodetypes.PoleVectorConstraint

Inheritance diagram of PoleVectorConstraint

class PoleVectorConstraint(*args, **kwargs)

class counterpart of mel function poleVectorConstraint

Constrains the poleVector of an ikRPsolve handle to point at a target object or at the average position of a number of targets. An poleVectorConstraint takes as input one or more “target” DAG transform nodes at which to aim pole vector for an IK handle using the rotate plane solver. The pole vector is adjust such that the in weighted average of the world space position target objects lies is the “rotate plane” of the handle.

getName(**kwargs)

Sets the name of the constraint node to the specified name. Default name is constrainedObjectName_constraintType

Derived from mel command maya.cmds.poleVectorConstraint

getTargetList(**kwargs)

Return the list of target objects.

Derived from mel command maya.cmds.poleVectorConstraint

getWeight(**kwargs)

Sets the weight value for the specified target(s). If not given at creation time, the default value of 1.0 is used.

Derived from mel command maya.cmds.poleVectorConstraint

getWeightAliasList(**kwargs)

Returns the names of the attributes that control the weight of the target objects. Aliases are returned in the same order as the targets are returned by the targetList flag

Derived from mel command maya.cmds.poleVectorConstraint

layer(val=True, **kwargs)

Specify the name of the animation layer where the constraint should be added.Flag can appear in Create mode of commandFlag can have multiple arguments, passed either as a tuple or a list.

Derived from mel command maya.cmds.poleVectorConstraint

remove(val=True, **kwargs)

removes the listed target(s) from the constraint.

Derived from mel command maya.cmds.poleVectorConstraint

setName(val=True, **kwargs)

Sets the name of the constraint node to the specified name. Default name is constrainedObjectName_constraintType

Derived from mel command maya.cmds.poleVectorConstraint

setWeight(val=True, **kwargs)

Sets the weight value for the specified target(s). If not given at creation time, the default value of 1.0 is used.

Derived from mel command maya.cmds.poleVectorConstraint

Previous topic

pymel.core.nodetypes.PointOnSurfaceInfo

Next topic

pymel.core.nodetypes.PolyAppend

Core

Core Modules

Other Modules

This Page