Class: Sketchup::InputPoint
Instance Method Summary collapse
- #== ⇒ Object
- #clear ⇒ Object
- #copy!(input_point) ⇒ Object
- #degrees_of_freedom ⇒ Object
- #depth ⇒ Object
- #display? ⇒ Boolean
- #draw(view) ⇒ Object
- #edge ⇒ Object
- #face ⇒ Object
- #new(point_or_vertex) ⇒ Object
- #pick(view, x, y, input_point = nil) ⇒ Object
- #position ⇒ Object
- #tooltip ⇒ Object
- #transformation ⇒ Object
- #valid? ⇒ Boolean
- #vertex ⇒ Object
Instance Method Details
#== ⇒ Object
3 4 |
# File 'lib/inputpoint.rb', line 3 def == end |
#clear ⇒ Object
5 6 |
# File 'lib/inputpoint.rb', line 5 def clear end |
#copy!(input_point) ⇒ Object
7 8 |
# File 'lib/inputpoint.rb', line 7 def copy!(input_point) end |
#degrees_of_freedom ⇒ Object
9 10 |
# File 'lib/inputpoint.rb', line 9 def degrees_of_freedom end |
#depth ⇒ Object
11 12 |
# File 'lib/inputpoint.rb', line 11 def depth end |
#display? ⇒ Boolean
13 14 |
# File 'lib/inputpoint.rb', line 13 def display? end |
#draw(view) ⇒ Object
15 16 |
# File 'lib/inputpoint.rb', line 15 def draw(view) end |
#edge ⇒ Object
17 18 |
# File 'lib/inputpoint.rb', line 17 def edge end |
#face ⇒ Object
19 20 |
# File 'lib/inputpoint.rb', line 19 def face end |
#new(point_or_vertex) ⇒ Object
21 22 |
# File 'lib/inputpoint.rb', line 21 def new(point_or_vertex) end |
#pick(view, x, y, input_point = nil) ⇒ Object
23 24 |
# File 'lib/inputpoint.rb', line 23 def pick(view, x, y, input_point = nil) end |
#position ⇒ Object
25 26 |
# File 'lib/inputpoint.rb', line 25 def position end |
#tooltip ⇒ Object
27 28 |
# File 'lib/inputpoint.rb', line 27 def tooltip end |
#transformation ⇒ Object
29 30 |
# File 'lib/inputpoint.rb', line 29 def transformation end |
#valid? ⇒ Boolean
31 32 |
# File 'lib/inputpoint.rb', line 31 def valid? end |
#vertex ⇒ Object
33 34 |
# File 'lib/inputpoint.rb', line 33 def vertex end |