pymel.core.nodetypes.PolyHelix

Inheritance diagram of PolyHelix

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.0Q: 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 appear in Create mode of commandFlag 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.0Q: 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