Class: Sketchup::ConstructionLine
Instance Method Summary
collapse
#bounds, #casts_shadows=, #casts_shadows?, #erase!, #hidden=, #hidden?, #layer, #layer=, #material, #material=, #receives_shadows=, #receives_shadows?, #visible=, #visible?
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
#direction ⇒ Object
3
4
|
# File 'lib/constructionline.rb', line 3
def direction
end
|
#direction= ⇒ Object
5
6
|
# File 'lib/constructionline.rb', line 5
def direction=
end
|
7
8
|
# File 'lib/constructionline.rb', line 7
def end
end
|
9
10
|
# File 'lib/constructionline.rb', line 9
def end=
end
|
11
12
|
# File 'lib/constructionline.rb', line 11
def position
end
|
#position= ⇒ Object
13
14
|
# File 'lib/constructionline.rb', line 13
def position=
end
|
15
16
|
# File 'lib/constructionline.rb', line 15
def reverse!
end
|
17
18
|
# File 'lib/constructionline.rb', line 17
def start
end
|
19
20
|
# File 'lib/constructionline.rb', line 19
def start=
end
|
21
22
|
# File 'lib/constructionline.rb', line 21
def stipple
end
|
23
24
|
# File 'lib/constructionline.rb', line 23
def stipple=
end
|