pymel.core.nodetypes.AlignCurve

Inheritance diagram of AlignCurve

class AlignCurve(*args, **kwargs)

class counterpart of mel function alignCurve

The curve align command is used to align curves in maya. The main alignment options are positional, tangent and curvature continuity. Curvature continuity implies tangent continuity. Positional continuity means the curves (move) or the ends of the curves (modify) are changed. Tangent continuity means one of the curves is modified to be tangent at the points where they meet. Curvature continuity means one of the curves is modified to be curvature continuous as well as tangent. The default behaviour, when no curves or flags are passed, is to only do positional and tangent continuity on the active list with the end of the first curve and the start of the other curve used for alignment.

getCaching(**kwargs)

Modifies the node caching mode. See the node documentation for more information.Note:For advanced users only.

Derived from mel command maya.cmds.alignCurve

getCurvatureContinuity(**kwargs)

Curvature continuity is on if true and off otherwise.Default:falseAdvanced flags

Derived from mel command maya.cmds.alignCurve

getCurvatureScale1(**kwargs)

Curvature scale applied to curvature of first curve for curvature continuity.Default:0.0

Derived from mel command maya.cmds.alignCurve

getCurvatureScale2(**kwargs)

Curvature scale applied to curvature of second curve for curvature continuity.Default:0.0

Derived from mel command maya.cmds.alignCurve

getJoinParameter(**kwargs)

Parameter on reference curve where modified curve is to be aligned to.Default:123456.0

Derived from mel command maya.cmds.alignCurve

getNodeState(**kwargs)

Modifies the node state. See the node documentation for more information.Note:For advanced users only.Common flags

Derived from mel command maya.cmds.alignCurve

getPositionalContinuity(**kwargs)

Positional continuity is on if true and off otherwise.Default:true

Derived from mel command maya.cmds.alignCurve

getPositionalContinuityType(**kwargs)

Positional continuity type legal values: 1 - move first curve, 2 - move second curve, 3 - move both curves, 4 - modify first curve, 5 - modify second curve, 6 - modify both curvesDefault:1

Derived from mel command maya.cmds.alignCurve

getReverse1(**kwargs)

If true, reverse the first input curve before doing align. Otherwise, do nothing to the first input curve before aligning. NOTE: setting this attribute to random values will cause unpredictable results and is not supported.Default:false

Derived from mel command maya.cmds.alignCurve

getReverse2(**kwargs)

If true, reverse the second input curve before doing align. Otherwise, do nothing to the second input curve before aligning. NOTE: setting this attribute to random values will cause unpredictable results and is not supported.Default:false

Derived from mel command maya.cmds.alignCurve

getTangentContinuity(**kwargs)

Tangent continuity is on if true and off otherwise.Default:true

Derived from mel command maya.cmds.alignCurve

getTangentContinuityType(**kwargs)

Tangent continuity type legal values: 1 - do tangent continuity on first curve, 2 - do tangent continuity on second curveDefault:1

Derived from mel command maya.cmds.alignCurve

getTangentScale1(**kwargs)

Tangent scale applied to tangent of first curve for tangent continuity.Default:1.0

Derived from mel command maya.cmds.alignCurve

getTangentScale2(**kwargs)

Tangent scale applied to tangent of second curve for tangent continuity.Default:1.0

Derived from mel command maya.cmds.alignCurve

setCaching(val=True, **kwargs)

Modifies the node caching mode. See the node documentation for more information.Note:For advanced users only.

Derived from mel command maya.cmds.alignCurve

setCurvatureContinuity(val=True, **kwargs)

Curvature continuity is on if true and off otherwise.Default:falseAdvanced flags

Derived from mel command maya.cmds.alignCurve

setCurvatureScale1(val=True, **kwargs)

Curvature scale applied to curvature of first curve for curvature continuity.Default:0.0

Derived from mel command maya.cmds.alignCurve

setCurvatureScale2(val=True, **kwargs)

Curvature scale applied to curvature of second curve for curvature continuity.Default:0.0

Derived from mel command maya.cmds.alignCurve

setJoinParameter(val=True, **kwargs)

Parameter on reference curve where modified curve is to be aligned to.Default:123456.0

Derived from mel command maya.cmds.alignCurve

setNodeState(val=True, **kwargs)

Modifies the node state. See the node documentation for more information.Note:For advanced users only.Common flags

Derived from mel command maya.cmds.alignCurve

setPositionalContinuity(val=True, **kwargs)

Positional continuity is on if true and off otherwise.Default:true

Derived from mel command maya.cmds.alignCurve

setPositionalContinuityType(val=True, **kwargs)

Positional continuity type legal values: 1 - move first curve, 2 - move second curve, 3 - move both curves, 4 - modify first curve, 5 - modify second curve, 6 - modify both curvesDefault:1

Derived from mel command maya.cmds.alignCurve

setReverse1(val=True, **kwargs)

If true, reverse the first input curve before doing align. Otherwise, do nothing to the first input curve before aligning. NOTE: setting this attribute to random values will cause unpredictable results and is not supported.Default:false

Derived from mel command maya.cmds.alignCurve

setReverse2(val=True, **kwargs)

If true, reverse the second input curve before doing align. Otherwise, do nothing to the second input curve before aligning. NOTE: setting this attribute to random values will cause unpredictable results and is not supported.Default:false

Derived from mel command maya.cmds.alignCurve

setTangentContinuity(val=True, **kwargs)

Tangent continuity is on if true and off otherwise.Default:true

Derived from mel command maya.cmds.alignCurve

setTangentContinuityType(val=True, **kwargs)

Tangent continuity type legal values: 1 - do tangent continuity on first curve, 2 - do tangent continuity on second curveDefault:1

Derived from mel command maya.cmds.alignCurve

setTangentScale1(val=True, **kwargs)

Tangent scale applied to tangent of first curve for tangent continuity.Default:1.0

Derived from mel command maya.cmds.alignCurve

setTangentScale2(val=True, **kwargs)

Tangent scale applied to tangent of second curve for tangent continuity.Default:1.0

Derived from mel command maya.cmds.alignCurve

Previous topic

pymel.core.nodetypes.AlembicNode

Next topic

pymel.core.nodetypes.AlignSurface

Core

Core Modules

Other Modules

This Page