Class: Sketchup::ComponentInstance
Instance Method Summary
collapse
#bounds, #casts_shadows=, #casts_shadows?, #erase!, #hidden=, #hidden?, #layer, #layer=, #material, #material=, #receives_shadows=, #receives_shadows?, #visible=, #visible?
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
#add_observer ⇒ Object
3
4
|
# File 'lib/componentinstance.rb', line 3
def add_observer
end
|
#definition ⇒ Object
5
6
|
# File 'lib/componentinstance.rb', line 5
def definition
end
|
#definition= ⇒ Object
7
8
|
# File 'lib/componentinstance.rb', line 7
def definition=
end
|
#equals? ⇒ Boolean
12
13
|
# File 'lib/componentinstance.rb', line 12
def equals?
end
|
9
10
|
# File 'lib/componentinstance.rb', line 9
def explode
end
|
14
15
|
# File 'lib/componentinstance.rb', line 14
def glued_to
end
|
#glued_to= ⇒ Object
16
17
|
# File 'lib/componentinstance.rb', line 16
def glued_to=
end
|
Returns a base 64 unique id for this object
22
23
|
# File 'lib/componentinstance.rb', line 22
def guid
end
|
25
26
|
# File 'lib/componentinstance.rb', line 25
def locked=
end
|
#locked? ⇒ Boolean
27
28
|
# File 'lib/componentinstance.rb', line 27
def locked?
end
|
#make_unique ⇒ Object
29
30
|
# File 'lib/componentinstance.rb', line 29
def make_unique
end
|
31
32
|
# File 'lib/componentinstance.rb', line 31
def move!
end
|
33
34
|
# File 'lib/componentinstance.rb', line 33
def name
end
|
35
36
|
# File 'lib/componentinstance.rb', line 35
def name=
end
|
#remove_observer ⇒ Object
37
38
|
# File 'lib/componentinstance.rb', line 37
def remove_observer
end
|
39
40
|
# File 'lib/componentinstance.rb', line 39
def transform!
end
|
41
42
|
# File 'lib/componentinstance.rb', line 41
def transformation
end
|
43
44
|
# File 'lib/componentinstance.rb', line 43
def transformation=
end
|