XYLim Function
Returns point data for either upper or lower limit of XYLim region.
Syntax
XYLim(limit)
Parameters
- Reference data
- Specify the allowable area to be returned as a return value as an integer value.
- 1: Lower limit.
- 2: Upper limit.
Return Values
When “1” is specified for reference data, returns X axis lower limit position specified in XYLim as X of point data, Y axis lower limit position as Y, and Z axis lower limit position as Z.
When “2” is specified for reference data, returns X axis upper limit position specified in XYLim as X of point data, Y axis upper limit position as Y, and Z axis upper limit position as Z.
See Also
XYLim Statement
XYLim Function Example
P1 = XYLim(1)
P2 = XYLim(2)