Class: Sketchup::ConstructionLine

Inherits:
Drawingelement show all
Defined in:
lib/constructionline.rb

Instance Method Summary collapse

Methods inherited from Drawingelement

#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

#directionObject



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

def direction
end

#direction=Object



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

def direction=
end

#endObject



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

def end
end

#end=Object



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

def end=
end

#positionObject



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

def position
end

#position=Object



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

def position=
end

#reverse!Object



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

def reverse!
end

#startObject



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

def start
end

#start=Object



19
20
# File 'lib/constructionline.rb', line 19

def start=
end

#stippleObject



21
22
# File 'lib/constructionline.rb', line 21

def stipple
end

#stipple=Object



23
24
# File 'lib/constructionline.rb', line 23

def stipple=
end