Class: Sketchup::Layer

Inherits:
Entity show all
Includes:
Comparable
Defined in:
lib/layer.rb

Instance Method Summary collapse

Methods included from Comparable

#between?

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

#<=>Object



4
5
# File 'lib/layer.rb', line 4

def <=>
end

#==Object



6
7
# File 'lib/layer.rb', line 6

def ==
end

#colorObject

Since:

  • SketchUp 2014



10
11
# File 'lib/layer.rb', line 10

def color
end

#color=Object

Since:

  • SketchUp 2014



14
15
# File 'lib/layer.rb', line 14

def color=
end

#nameObject



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

def name
end

#name=Object



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

def name=
end

#page_behaviorObject



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

def page_behavior
end

#page_behavior=Object



27
28
# File 'lib/layer.rb', line 27

def page_behavior=
end

#sizeObject

Since:

  • SketchUp 2014



18
19
# File 'lib/layer.rb', line 18

def size
end

#visible=Object



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

def visible=
end

#visible?Boolean

Returns:

  • (Boolean)


31
32
# File 'lib/layer.rb', line 31

def visible?
end