Class: Sketchup::Layers
- Inherits:
-
Entity
show all
- Includes:
- Enumerable
- Defined in:
- lib/layers.rb
Instance Method Summary
collapse
Methods inherited from Entity
#attribute_dictionaries, #attribute_dictionary, #delete_attribute, #deleted?, #entityID, #get_attribute, #model, #parent, #set_attribute, #to_s, #typename, #valid?
Instance Method Details
4
5
|
# File 'lib/layers.rb', line 4
def []
end
|
6
7
|
# File 'lib/layers.rb', line 6
def add
end
|
#add_observer ⇒ Object
8
9
|
# File 'lib/layers.rb', line 8
def add_observer
end
|
10
11
|
# File 'lib/layers.rb', line 10
def at
end
|
12
13
|
# File 'lib/layers.rb', line 12
def count
end
|
14
15
|
# File 'lib/layers.rb', line 14
def each
end
|
16
17
|
# File 'lib/layers.rb', line 16
def length
end
|
#purge_unused ⇒ Object
18
19
|
# File 'lib/layers.rb', line 18
def purge_unused
end
|
#remove(layer) ⇒ Object
23
24
|
# File 'lib/layers.rb', line 23
def remove(layer)
end
|
#remove_observer ⇒ Object
26
27
|
# File 'lib/layers.rb', line 26
def remove_observer
end
|
#unique_name ⇒ Object
28
29
|
# File 'lib/layers.rb', line 28
def unique_name
end
|