AngleBase Property
Applies To
Vision Objects: Line, LineFinder
Description
Sets the reference angle for outputting angles.
Usage
VGet Sequence.Object.AngleBase, var
VSet Sequence.Object.AngleBase, 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
- Real variable that will contain the value of the property.
- value
- Real number or expression for the new value of the property.
Values
Real number in degrees from 0 to 360° when the Directed property is True
Real number in degrees from -90 to 90° when the Directed property is False
Default: 0
Remarks
AngleBase sets the reference angle for outputting angles. AngleMode must be set to “2: UseAngleBase” to enable this property. Angles are output with this reference angle at the center based on the conditions set for the Directed property. For details, refer to Remarks in the AngleMode property.
AngleMode Property
See Also
Angle Result, AngleMode Property, Directed Property