(pick COORDSYS GEOMID G V E F P VI EI FI)The pick command is executed internally in response to pick events (right mouse double click).
= coordinate system in which coordinates of the following arguments are specified. This can be:
worldworld coord sys
selfcoord sys of the picked geom (GEOMID)
primitivecoord sys of the actual primitive within the picked geom where the pick occurred.
= id of picked geom
= picked point (actual intersection of pick ray with object)
= picked vertex, if any
= picked edge, if any
= picked face
= path to picked primitive [0 or more]
= index of picked vertex in primitive
= list of indices of endpoints of picked edge, if any
= index of picked face
External modules can find out about pick events by registering
interest in calls to pick via the interest command.
In the ND-viewing context the co-ordinates are actually ND-points. They correspond to the 3D points of the pick relative to the sub-space defined by the viewport of the camera where the pick occurred. The co-ordinates are then padded with zeroes and transformed back to the co-ordinate system defined by COORDSYS.