pymel.core.nodetypes.PolySplit

Inheritance diagram of PolySplit

class PolySplit(*args, **kwargs)

class counterpart of mel function polySplit

Split facets/edges of a polygonal object. The first and last arguments must be edges. Intermediate points may lie on either a shared face or an edge which neighbors the previous point.

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.polySplit

getSubdivision(**kwargs)

Subdivide new edges into the given number of sections. Edges involving free points won’t be subdivided.C: Default is 1 (no subdivision).Q: When queried, this flag returns an int.

Derived from mel command maya.cmds.polySplit

setSubdivision(val=True, **kwargs)

Subdivide new edges into the given number of sections. Edges involving free points won’t be subdivided.C: Default is 1 (no subdivision).Q: When queried, this flag returns an int.

Derived from mel command maya.cmds.polySplit

Previous topic

pymel.core.nodetypes.PolySpinEdge

Next topic

pymel.core.nodetypes.PolySplitEdge

Core

Core Modules

Other Modules

This Page