pymel.core.nodetypes.Loft

digraph inheritancecb078d0218 {
rankdir=TB;
ranksep=0.15;
nodesep=0.15;
size="8.0, 12.0";
  "DependNode" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="pymel.core.nodetypes.DependNode.html#pymel.core.nodetypes.DependNode",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
  "PyNode" -> "DependNode" [arrowsize=0.5,style="setlinewidth(0.5)"];
  "AbstractBaseCreate" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="pymel.core.nodetypes.AbstractBaseCreate.html#pymel.core.nodetypes.AbstractBaseCreate",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
  "DependNode" -> "AbstractBaseCreate" [arrowsize=0.5,style="setlinewidth(0.5)"];
  "PyNode" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="../pymel.core.general/pymel.core.general.PyNode.html#pymel.core.general.PyNode",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
  "ProxyUnicode" -> "PyNode" [arrowsize=0.5,style="setlinewidth(0.5)"];
  "Loft" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="#pymel.core.nodetypes.Loft",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
  "AbstractBaseCreate" -> "Loft" [arrowsize=0.5,style="setlinewidth(0.5)"];
  "ProxyUnicode" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="../pymel.util.utilitytypes/pymel.util.utilitytypes.ProxyUnicode.html#pymel.util.utilitytypes.ProxyUnicode",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
}

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