ScaleFactorMin Property

Applies To
Vision Objects: Geometric

Description
Sets / returns the minimum scale factor applied to the ScaleTarget value.

Usage

VGet  Sequence.Object.ScaleFactorMin, var
VSet  Sequence.Object.ScaleFactorMin, 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
0.5 to 1.0

Default: 0.5

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, ScaleFactorMax Property, ScaleTarget Property