CenterPntRotOffset Property

Applies To
Vision Objects: ArcFinder, ArcInspector, Blob, BoxFinder, CodeReader, ColorMatch, Contour, CornerFinder, Correlation, DefectFinder, Edge, Geometric, LineFinder, OCR, Point, Polar

Description
Specifies whether the center point XY offset (CenterPntOffsetX, CenterPntOffsetY) should be rotated according to the Angle result of CenterPointObject.

Usage

VGet  Sequence.Object.CenterPntRotOffset, var
VSet  Sequence.Object.CenterPntRotOffset, 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

  • -1 - True: rotate the offset
  • 0 - False: do not rotate the offset

Default: False

Remarks
Set CenterPntRotOffsets to "True" if you want the XY offset value (CenterPntOffsetX, CenterPntOffsetY) to be rotated by the Angle result of the CenterPointObject.

See Also
CenterPointObject Property, CenterPntOffsetX Property, CenterPntOffsetY Property, SearchWinType Property