pymel.core.nodetypes.Extrude

Inheritance diagram of Extrude

class Extrude(*args, **kwargs)

class counterpart of mel function extrude

This command computes a surface given a profile curve and possibly a path curve. There are three ways to extrude a profile curve. The most basic method is called a “distance” extrude where direction and length are specified. No path curve is necessary in this case. The second method is called “flat” extrude. This method sweeps the profile curve down the path curve without changing the orientation of the profile curve. Finally, the third method is called “tube” extrude. This method sweeps a profile curve down a path curve while the profile curve rotates so that it maintains a relationship with the path curve.

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

getDegreeAlongLength(**kwargs)

Surface degree along the distance when a distance extrude is performedDefault:1

Derived from mel command maya.cmds.extrude

getDirection(**kwargs)

The direction in which to extrude. Use only for distance extrudeType and useProfileNormal off

Derived from mel command maya.cmds.extrude

getDirectionX(**kwargs)

X of the directionDefault:0

Derived from mel command maya.cmds.extrude

getDirectionY(**kwargs)

Y of the directionDefault:1

Derived from mel command maya.cmds.extrude

getDirectionZ(**kwargs)

Z of the directionDefault:0

Derived from mel command maya.cmds.extrude

getExtrudeType(**kwargs)

The extrude type (distance-0, flat-1, or tube-2)Default:2

Derived from mel command maya.cmds.extrude

getFixedPath(**kwargs)

If true, the resulting surface will be placed at the path curve. Otherwise, the resulting surface will be placed at the profile curve.Default:false

Derived from mel command maya.cmds.extrude

getLength(**kwargs)

The distance to extrude. Use only for distance extrudeTypeDefault:1

Derived from mel command maya.cmds.extrude

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

getPivot(**kwargs)

The pivot point used for tube extrudeType

Derived from mel command maya.cmds.extrude

getReverseSurfaceIfPathReversed(**kwargs)

If true, extrude type is tube (2) and path has been internally reversed then computed surface is reversed in the direction corresponding to the path.Default:false

Derived from mel command maya.cmds.extrude

getRotation(**kwargs)

Amount to rotate the profile curve as it sweeps along the path curve.Default:0.0

Derived from mel command maya.cmds.extrude

getScale(**kwargs)

Amount to scale the profile curve as it sweeps along the path curve.Default:1.0

Derived from mel command maya.cmds.extrude

getSubCurveSubSurface(**kwargs)

If true, curve range on the path will get applied to the resulting surface instead of cut before the extrude.Default:falseAdvanced flags

Derived from mel command maya.cmds.extrude

getUseComponentPivot(**kwargs)

Use closest endpoint of the path - 0, component pivot - 1 or the center of the bounding box of the profile - 2Default:0

Derived from mel command maya.cmds.extrude

getUseProfileNormal(**kwargs)

If true, use the profile curve normal for the direction in which to extrude. Use only for distance or tube extrudeType.Default:false

Derived from mel command maya.cmds.extrude

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

setDegreeAlongLength(val=True, **kwargs)

Surface degree along the distance when a distance extrude is performedDefault:1

Derived from mel command maya.cmds.extrude

setDirection(val=True, **kwargs)

The direction in which to extrude. Use only for distance extrudeType and useProfileNormal off

Derived from mel command maya.cmds.extrude

setDirectionX(val=True, **kwargs)

X of the directionDefault:0

Derived from mel command maya.cmds.extrude

setDirectionY(val=True, **kwargs)

Y of the directionDefault:1

Derived from mel command maya.cmds.extrude

setDirectionZ(val=True, **kwargs)

Z of the directionDefault:0

Derived from mel command maya.cmds.extrude

setExtrudeType(val=True, **kwargs)

The extrude type (distance-0, flat-1, or tube-2)Default:2

Derived from mel command maya.cmds.extrude

setFixedPath(val=True, **kwargs)

If true, the resulting surface will be placed at the path curve. Otherwise, the resulting surface will be placed at the profile curve.Default:false

Derived from mel command maya.cmds.extrude

setLength(val=True, **kwargs)

The distance to extrude. Use only for distance extrudeTypeDefault:1

Derived from mel command maya.cmds.extrude

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

setPivot(val=True, **kwargs)

The pivot point used for tube extrudeType

Derived from mel command maya.cmds.extrude

setReverseSurfaceIfPathReversed(val=True, **kwargs)

If true, extrude type is tube (2) and path has been internally reversed then computed surface is reversed in the direction corresponding to the path.Default:false

Derived from mel command maya.cmds.extrude

setRotation(val=True, **kwargs)

Amount to rotate the profile curve as it sweeps along the path curve.Default:0.0

Derived from mel command maya.cmds.extrude

setScale(val=True, **kwargs)

Amount to scale the profile curve as it sweeps along the path curve.Default:1.0

Derived from mel command maya.cmds.extrude

setSubCurveSubSurface(val=True, **kwargs)

If true, curve range on the path will get applied to the resulting surface instead of cut before the extrude.Default:falseAdvanced flags

Derived from mel command maya.cmds.extrude

setUseComponentPivot(val=True, **kwargs)

Use closest endpoint of the path - 0, component pivot - 1 or the center of the bounding box of the profile - 2Default:0

Derived from mel command maya.cmds.extrude

setUseProfileNormal(val=True, **kwargs)

If true, use the profile curve normal for the direction in which to extrude. Use only for distance or tube extrudeType.Default:false

Derived from mel command maya.cmds.extrude

Previous topic

pymel.core.nodetypes.ExtendSurface

Next topic

pymel.core.nodetypes.Facade

Core

Core Modules

Other Modules

This Page