SharedEdges Property

Applies To
Vision Objects: Geometric

Description
Sets / returns whether to allow edges to be shared between found objects.

Usage

VGet  Sequence.Object.SharedEdges, var
VSet  Sequence.Object.SharedEdges, value
Sequence
Name of a sequence or string variable containing a sequence name.
Object
Name of an object or string variable containing an object name. The object must exist in the specified sequence.
var
Boolean variable that will contain the value of the property
value
Boolean value or expression for the new value of the property.

Values

  • 0 - False: Shared edges are not allowed.
  • -1 - True: Shared edges are allowed.

Default: False

Remarks
You can choose to allow found objects to share edges by setting SharedEdges to "True"." Otherwise, edges that can be part of more than one found object are considered part of the found object with the greatest score.

See Also
Geometric Object