pbox ({<window>})
point
The opposite corners of a 2-D box defined via an interactive rubber box operation. Two point values are returned:
(minx,miny,minz) and (maxx,maxy,maxz).
Since the system operates in three dimensions, any required third coordinate will be taken from the current value of the graphic control position (gc) when the view is orthographic, or from the focus position when the view is perspective.
<window>
The graphic window
to be used as input. If omitted, any graphic window may be selected.
Gets two points via a rubber box in any graphic window selected by the user.
point p[2] = pbox
Gets two points via a rubber box in a specific graphic window.
point p[2] = pbox(mywin)
Commands: |
|
Functions: |
|
Identifiers: |
gc (point) |