Class: Sketchup::Vertex

Inherits:
Entity show all
Defined in:
lib/vertex.rb

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

Returns:

  • (Boolean)


5
6
# File 'lib/vertex.rb', line 5

def curve_interior?
end

#edgesObject



7
8
# File 'lib/vertex.rb', line 7

def edges
end

#facesObject



9
10
# File 'lib/vertex.rb', line 9

def faces
end

#loopsObject



11
12
# File 'lib/vertex.rb', line 11

def loops
end

#positionObject



13
14
# File 'lib/vertex.rb', line 13

def position
end

#used_by?(face_or_edge) ⇒ Boolean

Returns:

  • (Boolean)


15
16
# File 'lib/vertex.rb', line 15

def used_by?(face_or_edge)
end