Fixture

Creates a Fixture structure.

Fixture Inputs

Fixture(Fixture.Row,Fixture.Column,Fixture.Theta,Show)

Parameter Description.

Fixture

Specifies the image coordinate system in which the fixture is defined.

Row

The row offset.

Column

The column offset.

Theta

The orientation.

Show

Specifies the display mode for the Fixture point graphical overlay on the image.

0 = hide all (default)

The fixture point graphic will not be displayed unless the cell containing the Fixture function is highlighted in the spreadsheet.

2 = input graphics only

The fixture point graphic will be displayed at all times.

Fixture Outputs

Returns

A Fixture data structure, or #ERR if any of the input parameters are invalid.

Results

When Fixture is initially inserted into a cell, a result table is created in the spreadsheet.

Fixture Vision Data Access Functions

The following Vision Data Access functions are automatically inserted into the spreadsheet to create the result table. For more information, see Structures.

Row

GetRow(Fixture)

Returns the row offset of the fixture, in image coordinates.

Col

GetCol(Fixture)

Returns the column offset of the fixture, in image coordinates.

Angle

GetAngle(Fixture)

Returns the orientation angle, in image coordinates.