Class: Sketchup::Selection
- Includes:
- Enumerable
- Defined in:
- lib/selection.rb
Instance Method Summary collapse
- #[] ⇒ Object
- #add(*args) ⇒ Object
- #add_observer(observer) ⇒ Object
- #at(index) ⇒ Object
- #clear ⇒ Object
- #contains?(entity) ⇒ Boolean
- #count ⇒ Object
- #each ⇒ Object
- #empty? ⇒ Boolean
- #first ⇒ Object
- #include?(entity) ⇒ Boolean
- #is_curve? ⇒ Boolean
- #is_surface? ⇒ Boolean
- #length ⇒ Object (also: #size)
- #model ⇒ Object
- #nitems ⇒ Object
- #remove(*args) ⇒ Object
- #remove_observer(observer) ⇒ Object
- #shift ⇒ Object
- #single_object? ⇒ Boolean
- #toggle(*args) ⇒ Object
Instance Method Details
#[] ⇒ Object
4 5 |
# File 'lib/selection.rb', line 4 def [] end |
#add(*args) ⇒ Object
6 7 |
# File 'lib/selection.rb', line 6 def add(*args) end |
#add_observer(observer) ⇒ Object
8 9 |
# File 'lib/selection.rb', line 8 def add_observer(observer) end |
#at(index) ⇒ Object
10 11 |
# File 'lib/selection.rb', line 10 def at(index) end |
#clear ⇒ Object
12 13 |
# File 'lib/selection.rb', line 12 def clear end |
#contains?(entity) ⇒ Boolean
14 15 |
# File 'lib/selection.rb', line 14 def contains?(entity) end |
#count ⇒ Object
16 17 |
# File 'lib/selection.rb', line 16 def count end |
#each ⇒ Object
18 19 |
# File 'lib/selection.rb', line 18 def each end |
#empty? ⇒ Boolean
20 21 |
# File 'lib/selection.rb', line 20 def empty? end |
#first ⇒ Object
22 23 |
# File 'lib/selection.rb', line 22 def first end |
#include?(entity) ⇒ Boolean
24 25 |
# File 'lib/selection.rb', line 24 def include?(entity) end |
#is_curve? ⇒ Boolean
26 27 |
# File 'lib/selection.rb', line 26 def is_curve? end |
#is_surface? ⇒ Boolean
28 29 |
# File 'lib/selection.rb', line 28 def is_surface? end |
#length ⇒ Object Also known as: size
31 32 |
# File 'lib/selection.rb', line 31 def length end |
#model ⇒ Object
35 36 |
# File 'lib/selection.rb', line 35 def model end |
#nitems ⇒ Object
37 38 |
# File 'lib/selection.rb', line 37 def nitems end |
#remove(*args) ⇒ Object
39 40 |
# File 'lib/selection.rb', line 39 def remove(*args) end |
#remove_observer(observer) ⇒ Object
41 42 |
# File 'lib/selection.rb', line 41 def remove_observer(observer) end |
#shift ⇒ Object
43 44 |
# File 'lib/selection.rb', line 43 def shift end |
#single_object? ⇒ Boolean
45 46 |
# File 'lib/selection.rb', line 45 def single_object? end |
#toggle(*args) ⇒ Object
48 49 |
# File 'lib/selection.rb', line 48 def toggle(*args) end |