pymel.core.nodetypes.PolyHelix

digraph inheritance8cccc45df7 {
rankdir=TB;
ranksep=0.15;
nodesep=0.15;
size="8.0, 12.0";
  "PolyHelix" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="#pymel.core.nodetypes.PolyHelix",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
  "PolyPrimitive" -> "PolyHelix" [arrowsize=0.5,style="setlinewidth(0.5)"];
  "PolyCreator" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="pymel.core.nodetypes.PolyCreator.html#pymel.core.nodetypes.PolyCreator",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
  "PolyBase" -> "PolyCreator" [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)"];
  "PolyBase" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="pymel.core.nodetypes.PolyBase.html#pymel.core.nodetypes.PolyBase",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
  "DependNode" -> "PolyBase" [arrowsize=0.5,style="setlinewidth(0.5)"];
  "PolyPrimitive" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="pymel.core.nodetypes.PolyPrimitive.html#pymel.core.nodetypes.PolyPrimitive",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
  "PolyCreator" -> "PolyPrimitive" [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];
  "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)"];
}

class PolyHelix(*args, **kwargs)

class counterpart of mel function polyHelix

The polyHelix command creates a new polygonal helix.

getAxis(**kwargs)

This flag specifies the primitive axis used to build the helix. Q: When queried, this flag returns a float[3].

Derived from mel command maya.cmds.polyHelix

getCaching(**kwargs)
Derived from mel command maya.cmds.polyHelix
getCoils(**kwargs)

This flag specifies the number of coils in helix. C: Default is 1.0 Q: When queried, this flag returns a float.

Derived from mel command maya.cmds.polyHelix

getConstructionHistory(**kwargs)

Turn the construction history on or off (where applicable). If construction history is on then the corresponding node will be inserted into the history chain for the mesh. If construction history is off then the operation will be performed directly on the object. Note:If the object already has construction history then this flag is ignored and the node will always be inserted into the history chain. Flag can have multiple arguments, passed either as a tuple or a list.

Derived from mel command maya.cmds.polyHelix

getHeight(**kwargs)

This flag specifies the height of the helix. C: Default is 2.0. Q: When queried, this flag returns a float.

Derived from mel command maya.cmds.polyHelix

getNodeState(**kwargs)
Derived from mel command maya.cmds.polyHelix
getRadius(**kwargs)

This flag specifies the radius of helix tube. C: Default is 1.0. Q: When queried, this flag returns an float.

Derived from mel command maya.cmds.polyHelix

getRoundCap(**kwargs)
Derived from mel command maya.cmds.polyHelix
getSubdivisionsAxis(**kwargs)

This specifies the number of subdivisions around the axis of the helix. C: Default is 8. Q: When queried, this flag returns an int.

Derived from mel command maya.cmds.polyHelix

getSubdivisionsCaps(**kwargs)

This flag specifies the number of subdivisions along the thickness of the coil. C: Default is 0. Q: When queried, this flag returns an int.

Derived from mel command maya.cmds.polyHelix

getSubdivisionsCoil(**kwargs)

This flag specifies the number of subdivisions along the coil of the helix. C: Default is 50. Q: When queried, this flag returns an int.

Derived from mel command maya.cmds.polyHelix

getUseOldInitBehaviour(**kwargs)
Derived from mel command maya.cmds.polyHelix
getWidth(**kwargs)

This specifies the width of the helix. C: Default is 1.0. Q: When queried, this flag returns an float.

Derived from mel command maya.cmds.polyHelix

setAxis(val=True, **kwargs)

This flag specifies the primitive axis used to build the helix. Q: When queried, this flag returns a float[3].

Derived from mel command maya.cmds.polyHelix

setCaching(val=True, **kwargs)
Derived from mel command maya.cmds.polyHelix
setCoils(val=True, **kwargs)

This flag specifies the number of coils in helix. C: Default is 1.0 Q: When queried, this flag returns a float.

Derived from mel command maya.cmds.polyHelix

setHeight(val=True, **kwargs)

This flag specifies the height of the helix. C: Default is 2.0. Q: When queried, this flag returns a float.

Derived from mel command maya.cmds.polyHelix

setNodeState(val=True, **kwargs)
Derived from mel command maya.cmds.polyHelix
setRadius(val=True, **kwargs)

This flag specifies the radius of helix tube. C: Default is 1.0. Q: When queried, this flag returns an float.

Derived from mel command maya.cmds.polyHelix

setRoundCap(val=True, **kwargs)
Derived from mel command maya.cmds.polyHelix
setSubdivisionsAxis(val=True, **kwargs)

This specifies the number of subdivisions around the axis of the helix. C: Default is 8. Q: When queried, this flag returns an int.

Derived from mel command maya.cmds.polyHelix

setSubdivisionsCaps(val=True, **kwargs)

This flag specifies the number of subdivisions along the thickness of the coil. C: Default is 0. Q: When queried, this flag returns an int.

Derived from mel command maya.cmds.polyHelix

setSubdivisionsCoil(val=True, **kwargs)

This flag specifies the number of subdivisions along the coil of the helix. C: Default is 50. Q: When queried, this flag returns an int.

Derived from mel command maya.cmds.polyHelix

setUseOldInitBehaviour(val=True, **kwargs)
Derived from mel command maya.cmds.polyHelix
setWidth(val=True, **kwargs)

This specifies the width of the helix. C: Default is 1.0. Q: When queried, this flag returns an float.

Derived from mel command maya.cmds.polyHelix

Previous topic

pymel.core.nodetypes.PolyFlipUV

Next topic

pymel.core.nodetypes.PolyHoleFace

Core

Core Modules

Other Modules

This Page