Directed Property

Applies To
Vision Objects: Line, LineFinder

Description
Specifies whether to consider the placement direction of the object when calculating line output angles.

Usage

VGet  Sequence.Object.Directed, var
VSet  Sequence.Object.Directed, 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: The placement direction of the object is taken into account.
  • -1 - True: The placement direction of the object is not taken into account.

Default: True

Remarks
This property is not enabled unless AngleMode is set to “2: UseAngleBase”. Refer to Remarks in the AngleMode property.

See Also
AngleBase Property, AngleMode Property