pymel.core.nodetypes.Loft

Inheritance diagram of Loft

class Loft(*args, **kwargs)

class counterpart of mel function loft

This command computes a skinned (lofted) surface passing through a number of NURBS curves. There must be at least two curves present. The NURBS curves may be surface isoparms, curve on surfaces, trimmed edges or polygon edges.

getAutoReverse(**kwargs)

If set to true, the direction of the curves for the loft is computed automatically. If set to false, the values of the multi-use reverse flag are used instead. Default:true

Derived from mel command maya.cmds.loft

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

getClose(**kwargs)

If set to true, the resulting surface will be closed (periodic) with the start (end) at the first curve. If set to false, the surface will remain open. Default:false

Derived from mel command maya.cmds.loft

getCreateCusp(**kwargs)

Multi-use flag; each occurence of the flag refers to the matching curve in the loft operation; if the flag is set the particular profile will have a cusp (tangent break) in the resulting surface. Default:false Advanced flags

Derived from mel command maya.cmds.loft

getDegree(**kwargs)

The degree of the resulting surface Default:3

Derived from mel command maya.cmds.loft

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

getReverse(**kwargs)

Multi-use flag; each occurence of the flag refers to the matching curve in the loft operation; if the flag is set the particular curve will be reversed before being used in the loft operation. Default:false

Derived from mel command maya.cmds.loft

getReverseSurfaceNormals(**kwargs)

If set, the surface normals on the output NURBS surface will be reversed. This is accomplished by swapping the U and V parametric directions. Default:false

Derived from mel command maya.cmds.loft

getSectionSpans(**kwargs)

The number of surface spans between consecutive curves in the loft. Default:1

Derived from mel command maya.cmds.loft

getUniform(**kwargs)

If set to true, the resulting surface will have uniform parameterization in the loft direction. If set to false, the parameterization will be chord length. Default:false

Derived from mel command maya.cmds.loft

setAutoReverse(val=True, **kwargs)

If set to true, the direction of the curves for the loft is computed automatically. If set to false, the values of the multi-use reverse flag are used instead. Default:true

Derived from mel command maya.cmds.loft

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

setClose(val=True, **kwargs)

If set to true, the resulting surface will be closed (periodic) with the start (end) at the first curve. If set to false, the surface will remain open. Default:false

Derived from mel command maya.cmds.loft

setCreateCusp(val=True, **kwargs)

Multi-use flag; each occurence of the flag refers to the matching curve in the loft operation; if the flag is set the particular profile will have a cusp (tangent break) in the resulting surface. Default:false Advanced flags

Derived from mel command maya.cmds.loft

setDegree(val=True, **kwargs)

The degree of the resulting surface Default:3

Derived from mel command maya.cmds.loft

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

setReverse(val=True, **kwargs)

Multi-use flag; each occurence of the flag refers to the matching curve in the loft operation; if the flag is set the particular curve will be reversed before being used in the loft operation. Default:false

Derived from mel command maya.cmds.loft

setReverseSurfaceNormals(val=True, **kwargs)

If set, the surface normals on the output NURBS surface will be reversed. This is accomplished by swapping the U and V parametric directions. Default:false

Derived from mel command maya.cmds.loft

setSectionSpans(val=True, **kwargs)

The number of surface spans between consecutive curves in the loft. Default:1

Derived from mel command maya.cmds.loft

setUniform(val=True, **kwargs)

If set to true, the resulting surface will have uniform parameterization in the loft direction. If set to false, the parameterization will be chord length. Default:false

Derived from mel command maya.cmds.loft

Previous topic

pymel.core.nodetypes.LodThresholds

Next topic

pymel.core.nodetypes.LookAt

Core

Core Modules

Other Modules

This Page