pymel.core.nodetypes.PolyPipe

Inheritance diagram of PolyPipe

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 appear in Create mode of commandFlag 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