Structures Vision Data Access functions
This topic lists the Vision Data Access functions that get values from data structures as input.
| Function | Description |
|---|---|
|
GetAngle(Structure, [Index]) |
Returns the Angle value from the indexed Cross, Fixture or Region data structure. |
|
GetCount(Structure) |
Returns the Count value from the specified structure. |
|
GetCurve(Structure, [Index]) |
Returns an angle-of-curvature value in clockwise degrees from the indexed Region structure. |
|
GetHeight(Structure, [Index]) |
Returns the height value from the indexed Cross or Region structure. |
|
GetNPoints(Structure, [Index]) |
Returns the number of points of a structure. |
|
GetNSubregions(CompositeRegion, [Index]) |
Returns the number of subregions of a composite region. |
|
GetOperation(CompositeRegion, [Index]) |
Returns the operation of the specified subregion of a composite region. |
|
GetRadius(Structure, Index) |
Returns the Radius value from the indexed Annulus or Circle structure. |
|
GetSubregionType(CompositeRegion, Index) |
Returns the shape type of the specified subregion. |
|
GetWidth(Structure) |
Returns the width value from the indexed Cross or Region structure. |
|
GetX(Structure, [Index1], [Index2]) |
Returns an X-coordinate from the indexed Annulus, Circle, Cross, Fixture, Fixtures, Line, Point or Region structure. Note: Index2, Edges-only, specifies an end point (0 or 1).
|
|
GetY(Structure, [Index1], [Index2]) |
Returns the Y-coordinate from the indexed Annulus, Circle, Cross, Fixture, Fixtures, Line, Point or Region structure. Note: Index2, Edges-only, specifies an end point (0 or 1).
|