Class: Sketchup::Drawingelement
Instance Method Summary
collapse
Methods inherited from Entity
#add_observer, #attribute_dictionaries, #attribute_dictionary, #delete_attribute, #deleted?, #entityID, #get_attribute, #model, #parent, #remove_observer, #set_attribute, #to_s, #typename, #valid?
Instance Method Details
5
6
|
# File 'lib/drawingelement.rb', line 5
def bounds
end
|
#casts_shadows= ⇒ Object
7
8
|
# File 'lib/drawingelement.rb', line 7
def casts_shadows=
end
|
#casts_shadows? ⇒ Boolean
9
10
|
# File 'lib/drawingelement.rb', line 9
def casts_shadows?
end
|
11
12
|
# File 'lib/drawingelement.rb', line 11
def erase!
end
|
13
14
|
# File 'lib/drawingelement.rb', line 13
def hidden=
end
|
#hidden? ⇒ Boolean
15
16
|
# File 'lib/drawingelement.rb', line 15
def hidden?
end
|
19
20
|
# File 'lib/drawingelement.rb', line 19
def layer
end
|
21
22
|
# File 'lib/drawingelement.rb', line 21
def layer=
end
|
Returns or nil if default material.
25
26
|
# File 'lib/drawingelement.rb', line 25
def material
end
|
#material= ⇒ Object
27
28
|
# File 'lib/drawingelement.rb', line 27
def material=
end
|
#receives_shadows= ⇒ Object
29
30
|
# File 'lib/drawingelement.rb', line 29
def receives_shadows=
end
|
#receives_shadows? ⇒ Boolean
31
32
|
# File 'lib/drawingelement.rb', line 31
def receives_shadows?
end
|
33
34
|
# File 'lib/drawingelement.rb', line 33
def visible=
end
|
#visible? ⇒ Boolean
35
36
|
# File 'lib/drawingelement.rb', line 35
def visible?
end
|