VShowModel Statement

Applies To
Vision Objects: Contour, Correlation, Geometric, DefectFinder, Polar

Description
The VShowModel command allows a previously taught model to be displayed in the model window at various zoom settings from a SPEL+ program.

For more details, see the ShowModel property.
ShowModel Property

Usage

VShowModel  Sequence.Object
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.

Remarks
If changes are made to the model, such as don't care pixels, you must call VSave to make the changes permanent.

Example
VShowModel seq1.corr01

See Also
VSaveModel, VTeach, VTrain