Class: Sketchup::Selection

Inherits:
Object show all
Includes:
Enumerable
Defined in:
lib/selection.rb

Instance Method Summary collapse

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

#clearObject



12
13
# File 'lib/selection.rb', line 12

def clear
end

#contains?(entity) ⇒ Boolean

Returns:

  • (Boolean)


14
15
# File 'lib/selection.rb', line 14

def contains?(entity)
end

#countObject



16
17
# File 'lib/selection.rb', line 16

def count
end

#eachObject



18
19
# File 'lib/selection.rb', line 18

def each
end

#empty?Boolean

Returns:

  • (Boolean)


20
21
# File 'lib/selection.rb', line 20

def empty?
end

#firstObject



22
23
# File 'lib/selection.rb', line 22

def first
end

#include?(entity) ⇒ Boolean

Returns:

  • (Boolean)


24
25
# File 'lib/selection.rb', line 24

def include?(entity)
end

#is_curve?Boolean

Returns:

  • (Boolean)


26
27
# File 'lib/selection.rb', line 26

def is_curve?
end

#is_surface?Boolean

Returns:

  • (Boolean)


28
29
# File 'lib/selection.rb', line 28

def is_surface?
end

#lengthObject Also known as: size



31
32
# File 'lib/selection.rb', line 31

def length
end

#modelObject



35
36
# File 'lib/selection.rb', line 35

def model
end

#nitemsObject



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

#shiftObject



43
44
# File 'lib/selection.rb', line 43

def shift
end

#single_object?Boolean

Returns:

  • (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