pymel.core.nodetypes.PolyPipe

digraph inheritance471f3a7d1a {
rankdir=TB;
ranksep=0.15;
nodesep=0.15;
size="8.0, 12.0";
  "PolyPipe" [fontname=Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans,URL="#pymel.core.nodetypes.PolyPipe",style="setlinewidth(0.5)",height=0.25,shape=box,fontsize=8];
  "PolyPrimitive" -> "PolyPipe" [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 PolyPipe(*args, **kwargs)

class counterpart of mel function polyPipe

The polyPipe command creates a new polygonal pipe.

getAxis(**kwargs)

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

Derived from mel command maya.cmds.polyPipe

getCaching(**kwargs)
Derived from mel command maya.cmds.polyPipe
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.polyPipe

getCreateUVs(**kwargs)

This flag alows a texture to be applied. C: Default is on(uv’s are computed). Q: When queried, this flag returns an int.

Derived from mel command maya.cmds.polyPipe

getHeight(**kwargs)

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

Derived from mel command maya.cmds.polyPipe

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

This flag specifies the outer radius of the pipe. C: Default is 1.0. Q: When queried, this flag returns a float.

Derived from mel command maya.cmds.polyPipe

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

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

Derived from mel command maya.cmds.polyPipe

getSubdivisionsHeight(**kwargs)

This flag specifies the number of subdivisions along the height of the pipe. C: Default is 1. Q: When queried, this flag returns an int.

Derived from mel command maya.cmds.polyPipe

getThickness(**kwargs)

This specifies the thickness of the pipe. C: Default is 0.5. Q: When queried, this flag returns an float.

Derived from mel command maya.cmds.polyPipe

setAxis(val=True, **kwargs)

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

Derived from mel command maya.cmds.polyPipe

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

This flag alows a texture to be applied. C: Default is on(uv’s are computed). Q: When queried, this flag returns an int.

Derived from mel command maya.cmds.polyPipe

setHeight(val=True, **kwargs)

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

Derived from mel command maya.cmds.polyPipe

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

This flag specifies the outer radius of the pipe. C: Default is 1.0. Q: When queried, this flag returns a float.

Derived from mel command maya.cmds.polyPipe

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

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

Derived from mel command maya.cmds.polyPipe

setSubdivisionsHeight(val=True, **kwargs)

This flag specifies the number of subdivisions along the height of the pipe. C: Default is 1. Q: When queried, this flag returns an int.

Derived from mel command maya.cmds.polyPipe

setThickness(val=True, **kwargs)

This specifies the thickness of the pipe. C: Default is 0.5. Q: When queried, this flag returns an float.

Derived from mel command maya.cmds.polyPipe

Previous topic

pymel.core.nodetypes.PolyOptUvs

Next topic

pymel.core.nodetypes.PolyPlanarProj

Core

Core Modules

Other Modules

This Page