Class: Sketchup::EdgeUse
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
3
4
|
# File 'lib/edgeuse.rb', line 3
def edge
end
|
#end_vertex_normal ⇒ Object
5
6
|
# File 'lib/edgeuse.rb', line 5
def end_vertex_normal
end
|
7
8
|
# File 'lib/edgeuse.rb', line 7
def face
end
|
9
10
|
# File 'lib/edgeuse.rb', line 9
def loop
end
|
11
12
|
# File 'lib/edgeuse.rb', line 11
def next
end
|
13
14
|
# File 'lib/edgeuse.rb', line 13
def partners
end
|
15
16
|
# File 'lib/edgeuse.rb', line 15
def previous
end
|
#reversed? ⇒ Boolean
17
18
|
# File 'lib/edgeuse.rb', line 17
def reversed?
end
|
#start_vertex_normal ⇒ Object
19
20
|
# File 'lib/edgeuse.rb', line 19
def start_vertex_normal
end
|