Class: Sketchup::Vertex
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
#common_edge(vertex) ⇒ Object
3
4
|
# File 'lib/vertex.rb', line 3
def common_edge(vertex)
end
|
#curve_interior? ⇒ Boolean
5
6
|
# File 'lib/vertex.rb', line 5
def curve_interior?
end
|
7
8
|
# File 'lib/vertex.rb', line 7
def edges
end
|
9
10
|
# File 'lib/vertex.rb', line 9
def faces
end
|
11
12
|
# File 'lib/vertex.rb', line 11
def loops
end
|
13
14
|
# File 'lib/vertex.rb', line 13
def position
end
|
#used_by?(face_or_edge) ⇒ Boolean
15
16
|
# File 'lib/vertex.rb', line 15
def used_by?(face_or_edge)
end
|