Class: Sketchup::Loop

Inherits:
Entity show all
Defined in:
lib/loop.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

#convex?Boolean

Returns:

  • (Boolean)


3
4
# File 'lib/loop.rb', line 3

def convex?
end

#edgesObject



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

def edges
end

#edgeusesObject



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

def edgeuses
end

#faceObject



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

def face
end

#outer?Boolean

Returns:

  • (Boolean)


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

def outer?
end

#verticesObject



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

def vertices
end