Circle
Creates a fixtured Circle structure.
Circle Inputs
Syntax: Circle(Fixture.Row,Fixture.Column,Fixture.Theta,Circle.X,Circle.Y,Circle.Radius,Show)
| Parameter | Description | ||||||
|---|---|---|---|---|---|---|---|
|
Specifies the image coordinate system in which the circle is defined.
|
|||||||
|
Specifies the size and position of the circle, in fixture coordinates.
|
|||||||
|
Specifies the display mode for the circle graphical overlay on the image.
|
Circle Outputs
|
Returns |
A Circle data structure, or #ERR if any of the input parameters are invalid. |
|
Results |
When Circle is initially inserted into a cell, a result table is created in the spreadsheet. |
Circle 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(Circle) |
The row offset of the center of the circle, in image coordinates. |
|
Col |
GetCol(Circle) |
The column offset of the center of the circle, in image coordinates. |
|
Radius |
GetRadius(Circle) |
The radius of the circle. |