pymel.core.modeling.subdMatchTopology

subdMatchTopology(*args, **kwargs)

Command matches topology across multiple subdiv surfaces - at all levels.

Flags:

Long Name / Short Name Argument Types Properties
frontOfChain / foc bool ../../../_images/create.gif
  This command is used to specify that the new addTopology node should be placed ahead (upstream) of existing deformer and skin nodes in the shape’s history (but not ahead of existing tweak nodes). The input to the addTopology node will be the upstream shape rather than the visible downstream shape, so the behavior of this flag is the most intuitive if the downstream deformers are in their reset (hasNoEffect) position when the new deformer is added. Flag can have multiple arguments, passed either as a tuple or a list.

Derived from mel command maya.cmds.subdMatchTopology

Example:

import pymel.core as pm

# To match topology across two subdiv surfaces.
pm.subdMatchTopology( 'surface', 'surface2' )