Method: Sketchup::InputPoint#pick
- Defined in:
- lib/sketchup-api-stubs/stubs/Sketchup/InputPoint.rb
#pick(view, x, y, inputpoint) ⇒ Object
The pick method is used to get the input point at a specific screen position.
The first form just uses the screen position to compute the InputPoint. It is used when you don’t want the InputPoint to be dependent on another InputPoint.
The second form uses the screen position and another InputPoint. It will find additional inferences such as along one of the axis directions from the first point.
304 305 |
# File 'lib/sketchup-api-stubs/stubs/Sketchup/InputPoint.rb', line 304 def pick(view, x, y, inputpoint) end |