Go to: Synopsis. Return value. Python examples.

Synopsis

polyCanBridgeEdge( poly poly... )

Note: Strings representing object names and arguments must be separated by commas. This is not depicted in the synopsis.

polyCanBridgeEdge is undoable, NOT queryable, and NOT editable.

Returns true if the specified poly edges can be bridged using polyBridgeEdge.

Return value

booleanSuccess or Failure.

Python examples

import maya.cmds as cmds

cmds.polyCanBridgeEdge()