Class: Sketchup::Curve

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

Direct Known Subclasses

ArcCurve

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

#count_edgesObject



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

def count_edges
end

#each_edgeObject



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

def each_edge
end

#edgesObject



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

def edges
end

#first_edgeObject



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

def first_edge
end

#last_edgeObject



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

def last_edge
end

#lengthObject



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

def length
end

#move_verticesObject



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

def move_vertices
end

#verticesObject



17
18
# File 'lib/curve.rb', line 17

def vertices
end