Class: Sketchup::Curve
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_edges ⇒ Object
3
4
|
# File 'lib/curve.rb', line 3
def count_edges
end
|
#each_edge ⇒ Object
5
6
|
# File 'lib/curve.rb', line 5
def each_edge
end
|
7
8
|
# File 'lib/curve.rb', line 7
def edges
end
|
#first_edge ⇒ Object
9
10
|
# File 'lib/curve.rb', line 9
def first_edge
end
|
#last_edge ⇒ Object
11
12
|
# File 'lib/curve.rb', line 11
def last_edge
end
|
13
14
|
# File 'lib/curve.rb', line 13
def length
end
|
#move_vertices ⇒ Object
15
16
|
# File 'lib/curve.rb', line 15
def move_vertices
end
|
17
18
|
# File 'lib/curve.rb', line 17
def vertices
end
|