beautypg.com

Scaletarget property – Epson 5 User Manual

Page 153

background image

ScaleTarget Property

ScaleTarget Property

Applies To

Vision Objects: Geometric

Description

Sets / returns the expected scale of the model you are searching for.

Usage

VGet Sequence.Object.ScaleTarget, var

VSet Sequence.Object.ScaleTarget, 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 expression for the new value of the property.

Values

0.5 - 2.0

Default: 1.0

Remarks

To use ScaleTarget, you must set the ScaleEnabled property to True. The actual scale range is determined
by ScaleTarget, ScaleFactorMin, and ScaleFactorMax.

The range is determined as follows:

minimum scale = ScaleFactorMin * ScaleTarget

maximum scale = ScaleFactorMax * ScaleTarget

See Also

Object Tab, Scale Result, ScaleEnable Property, ScaleFactorMax Property, ScaleFactorMin Property

Vision Guide 5.0 Reference (Ver.5.3) Rev.1

139