ScaleFactorMax Property
Applies To
Vision Objects: Geometric
Description
Sets / returns the maximum scale factor applied to the ScaleTarget value.
Usage
VGet Sequence.Object.ScaleFactorMax, var
VSet Sequence.Object.ScaleFactorMax, 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
1.0 to 2.0
Default: 2.0
Remarks
ScaleFactorMax and ScaleFactorMin determine the scale range to search for as applied to the ScaleTarget property. The maximum scale found is ScaleFactorMax * ScaleTarget.
To use ScaleFactorMax and ScaleFactorMin, you must set the ScaleEnabled property to "True".
See Also
Geometric Object, Scale Result, ScaleEnable Property, ScaleFactorMin Property, ScaleTarget Property