pymel.core.nodetypes.ProjectCurve

Inheritance diagram of ProjectCurve

class ProjectCurve(*args, **kwargs)

class counterpart of mel function projectCurve

The projectCurve command creates curves on surface where all selected curves project onto the selected surfaces. Projection can be done using the surface normals or the user can specify the vector to project along. Note: the user does not have to specify the curves and surfaces in any particular order in the command line.

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.projectCurve

getDirection(**kwargs)

Direction of projection. Available only if useNormal is false.

Derived from mel command maya.cmds.projectCurve

getDirectionX(**kwargs)

X direction of projection.Default:0.0

Derived from mel command maya.cmds.projectCurve

getDirectionY(**kwargs)

Y direction of projection.Default:0.0

Derived from mel command maya.cmds.projectCurve

getDirectionZ(**kwargs)

Z direction of projection.Default:1.0

Derived from mel command maya.cmds.projectCurve

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.projectCurve

getTolerance(**kwargs)

Tolerance to fit to.Default:0.01

Derived from mel command maya.cmds.projectCurve

getUseNormal(**kwargs)

True if the surface normal is to be used and false if the direction vector should be used instead.Default:falseAdvanced flags

Derived from mel command maya.cmds.projectCurve

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.projectCurve

setDirection(val=True, **kwargs)

Direction of projection. Available only if useNormal is false.

Derived from mel command maya.cmds.projectCurve

setDirectionX(val=True, **kwargs)

X direction of projection.Default:0.0

Derived from mel command maya.cmds.projectCurve

setDirectionY(val=True, **kwargs)

Y direction of projection.Default:0.0

Derived from mel command maya.cmds.projectCurve

setDirectionZ(val=True, **kwargs)

Z direction of projection.Default:1.0

Derived from mel command maya.cmds.projectCurve

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.projectCurve

setTolerance(val=True, **kwargs)

Tolerance to fit to.Default:0.01

Derived from mel command maya.cmds.projectCurve

setUseNormal(val=True, **kwargs)

True if the surface normal is to be used and false if the direction vector should be used instead.Default:falseAdvanced flags

Derived from mel command maya.cmds.projectCurve

Previous topic

pymel.core.nodetypes.Primitive

Next topic

pymel.core.nodetypes.ProjectTangent

Core

Core Modules

Other Modules

This Page