Gets or sets the nominal scale for the scale degree of freedom zone.
Namespace: Cognex.VisionPro.PMRedLineAssembly: Cognex.VisionPro.PMRedLine (in Cognex.VisionPro.PMRedLine.dll) Version: 73.0.0.0
Syntax
Property Value
Type: DoubleThe nominal scale. Default value is one.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this property changes. The following state flag may be affected: |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The supplied value is less than or equal to zero. |
Remarks
The result scale can be accessed using the Scaling property of the CogTransform2DLinear returned by the GetPose method of the CogPMRedLineResult class.
See Also