Gets or sets the nominal angle (in radians) for the angle degree of
freedom zone.
Namespace: Cognex.VisionPro.PMRedLineAssembly: Cognex.VisionPro.PMRedLine (in Cognex.VisionPro.PMRedLine.dll) Version: 75.0.0.0
Syntax
Property Value
Type: DoubleThe nominal angle (in radians). Default value is zero.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this property changes. The following state flag may be affected: |
Remarks
The result angle is measured from the selected space of the InputImage to the coordinate space of the pattern (as defined by the pattern Origin). It can be accessed using the Rotation property of the CogTransform2DLinear returned by the GetPose method of the CogPMRedLineResult class.
You can specify any value for the nominal angle. The tool always returns angle results in the range -pi to +pi.
See Also