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

#[]Object



4
5
# File 'lib/layers.rb', line 4

def []
end

#addObject



6
7
# File 'lib/layers.rb', line 6

def add
end

#add_observerObject



8
9
# File 'lib/layers.rb', line 8

def add_observer
end

#atObject



10
11
# File 'lib/layers.rb', line 10

def at
end

#countObject



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

def count
end

#eachObject



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

def each
end

#lengthObject



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

def length
end

#purge_unusedObject



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

def purge_unused
end

#remove(layer) ⇒ Object

Parameters:

Since:

  • SketchUp 2015



23
24
# File 'lib/layers.rb', line 23

def remove(layer)
end

#remove_observerObject



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

def remove_observer
end

#unique_nameObject



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

def unique_name
end