Class: Sketchup::Image

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

#explodeObject



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

def explode
end

#heightObject



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

def height
end

#height=Object



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

def height=
end

#normalObject



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

def normal
end

#originObject



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

def origin
end

#origin=Object



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

def origin=
end

#pathObject



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

def path
end

#pixelheightObject



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

def pixelheight
end

#pixelwidthObject



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

def pixelwidth
end

#size=Object



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

def size=
end

#transform!Object



32
33
# File 'lib/image.rb', line 32

def transform!
end

#transformationObject

Since:

  • SketchUp 2014



25
26
# File 'lib/image.rb', line 25

def transformation
end

#transformation=Object

Since:

  • SketchUp 2014



29
30
# File 'lib/image.rb', line 29

def transformation=
end

#widthObject



34
35
# File 'lib/image.rb', line 34

def width
end

#width=Object



36
37
# File 'lib/image.rb', line 36

def width=
end

#zrotationObject



38
39
# File 'lib/image.rb', line 38

def zrotation
end