FindPatMax3D Vision Data Access functions
This section lists the available 3D Vision Data Access functions that get values from a FindPatMax3D structure.
Note: Each of the following functions references the results of a FindPatMax3D function Functions are tools that are available in Spreadsheet for processing and analyzing acquisitions or other results. You can add functions to your Spreadsheet job to create tool chains and produce results for specific applications. for the first parameter. Index (zero-based) determines which result pattern of the FindPatMax3D function you want to reference. If you do not specify the index, the index defaults to zero, meaning the function returns first pattern.
| Function | Description |
| GetBoundingBox(FindPatMax3D, index) | Returns the Box3D structure used as the function's 3D region of interest. |
| GetFixture(FindPatMax3D, [Index], [relative]) | Returns the Fixture3D structure of the found pattern's fixture A fixture is a coordinate location on the image that keeps the tool in the place determined by the fixture.. If the optional relative parameter is set to 1, the function returns the relative pose. Otherwise, it returns the absolute pose. |
| GetNFound(FindPatMax3D, [Index]) | Returns the number of found patterns. |
| GetScore(FindPatMax3D, [Index]) | Returns the score of the found pattern specified with the index, as a value between 0 – 100. |