Point
Creates a fixtured Point structure.
Point Inputs
Syntax: Point(Fixture.Row,Fixture.Column,Fixture.Theta,Point.X,Point.Y,Show)
| Parameter | Description | ||||||
|---|---|---|---|---|---|---|---|
|
Specifies the image coordinate system in which the point is defined.
|
|||||||
|
Specifies the location of the point, in fixture coordinates.
|
|||||||
|
Note: The Fixture and Point parameters must be defined within
the bounds of the image; otherwise, the function will return #ERR.
|
|||||||
|
Specifies the display mode for the Point overlay graphic on the image.
|
|||||||
Point Outputs
|
Returns |
A Point data structure, or #ERR if any of the input parameters are invalid. |
|
Results |
When Point is initially inserted into a cell, a result table is created in the spreadsheet. |
Point Vision Data Access Functions
The following Vision Data Access functions are automatically inserted into the spreadsheet to create the result table:
|
Row |
GetRow(Point) |
The row offset of the point, in image coordinates. |
|
Col |
GetCol(Point) |
The column offset of the point, in image coordinates. |
For more information, see Structures, Interactive Graphics Mode, or Property Sheet.