Class: Sketchup::Materials

Inherits:
Entity show all
Includes:
Enumerable
Defined in:
lib/materials.rb

Instance Method Summary (collapse)

Methods included from Enumerable

#all?, #any?, #collect, #detect, #each_with_index, #entries, #find, #find_all, #grep, #inject, #map, #max, #member?, #min, #partition, #reject, #select, #sort, #sort_by, #zip

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/materials.rb', line 4

def []
end

- (Object) add



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

def add
end

- (Object) add_observer



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

def add_observer
end

- (Object) at



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

def at
end

- (Object) count



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

def count
end

- (Object) current



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

def current
end

- (Object) current=



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

def current=
end

- (Object) each



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

def each
end

- (Object) length



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

def length
end

- (Object) purge_unused



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

def purge_unused
end

- (Object) remove_observer



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

def remove_observer
end