Class: Sketchup::Loop
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
#convex? ⇒ Boolean
3
4
|
# File 'lib/loop.rb', line 3
def convex?
end
|
5
6
|
# File 'lib/loop.rb', line 5
def edges
end
|
7
8
|
# File 'lib/loop.rb', line 7
def edgeuses
end
|
9
10
|
# File 'lib/loop.rb', line 9
def face
end
|
#outer? ⇒ Boolean
11
12
|
# File 'lib/loop.rb', line 11
def outer?
end
|
13
14
|
# File 'lib/loop.rb', line 13
def vertices
end
|