Class: Sketchup::Page
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
Returns the Camera for the Page
11
12
|
# File 'lib/page.rb', line 11
def camera
end
|
#delay_time ⇒ Float
Returns seconds the delay time in seconds.
15
16
|
# File 'lib/page.rb', line 15
def delay_time
end
|
#delay_time= ⇒ Float
19
20
|
# File 'lib/page.rb', line 19
def delay_time=
end
|
#description ⇒ String
Returns description The Scene description from the Scenes dialog.
23
24
|
# File 'lib/page.rb', line 23
def description
end
|
#description= ⇒ String
Set the Scene description
28
29
|
# File 'lib/page.rb', line 28
def description=
end
|
#hidden_entities ⇒ Array
Returns ary and array of hidden entities. Objects
on hidden Layers are not considered hidden in this context.
33
34
|
# File 'lib/page.rb', line 33
def hidden_entities
end
|
37
38
|
# File 'lib/page.rb', line 37
def label
end
|
Returns ary an Array of non-visible Layer entities.
41
42
|
# File 'lib/page.rb', line 41
def layers
end
|
Returns the name from the Scene tab.
45
46
|
# File 'lib/page.rb', line 45
def name
end
|
49
50
|
# File 'lib/page.rb', line 49
def name=
end
|
Returns a Rendering Options object for the Scene.
53
54
|
# File 'lib/page.rb', line 53
def rendering_options
end
|
#set_visibility(layer, visibility) ⇒ Page
Set the visibilty of a Layer for the Scene
60
61
|
# File 'lib/page.rb', line 60
def set_visibility(layer, visibility)
end
|
Returns the shadow info object for the Scene
65
66
|
# File 'lib/page.rb', line 65
def shadow_info
end
|
68
69
|
# File 'lib/page.rb', line 68
def style
end
|
#transition_time ⇒ Object
71
72
|
# File 'lib/page.rb', line 71
def transition_time
end
|
#transition_time= ⇒ Object
74
75
|
# File 'lib/page.rb', line 74
def transition_time=
end
|
77
78
|
# File 'lib/page.rb', line 77
def update
end
|
#use_axes= ⇒ Object
80
81
|
# File 'lib/page.rb', line 80
def use_axes=
end
|
#use_axes? ⇒ Boolean
83
84
|
# File 'lib/page.rb', line 83
def use_axes?
end
|
#use_camera= ⇒ Object
86
87
|
# File 'lib/page.rb', line 86
def use_camera=
end
|
#use_camera? ⇒ Boolean
89
90
|
# File 'lib/page.rb', line 89
def use_camera?
end
|
#use_hidden= ⇒ Object
92
93
|
# File 'lib/page.rb', line 92
def use_hidden=
end
|
#use_hidden? ⇒ Boolean
95
96
|
# File 'lib/page.rb', line 95
def use_hidden?
end
|
#use_hidden_layers= ⇒ Object
98
99
|
# File 'lib/page.rb', line 98
def use_hidden_layers=
end
|
#use_hidden_layers? ⇒ Boolean
101
102
|
# File 'lib/page.rb', line 101
def use_hidden_layers?
end
|
#use_rendering_options= ⇒ Object
104
105
|
# File 'lib/page.rb', line 104
def use_rendering_options=
end
|
#use_rendering_options? ⇒ Boolean
107
108
|
# File 'lib/page.rb', line 107
def use_rendering_options?
end
|
#use_section_planes= ⇒ Object
110
111
|
# File 'lib/page.rb', line 110
def use_section_planes=
end
|
#use_section_planes? ⇒ Boolean
113
114
|
# File 'lib/page.rb', line 113
def use_section_planes?
end
|
#use_shadow_info= ⇒ Object
116
117
|
# File 'lib/page.rb', line 116
def use_shadow_info=
end
|
#use_shadow_info? ⇒ Boolean
119
120
|
# File 'lib/page.rb', line 119
def use_shadow_info?
end
|
#use_style= ⇒ Object
122
123
|
# File 'lib/page.rb', line 122
def use_style=
end
|
#use_style? ⇒ Boolean
125
126
|
# File 'lib/page.rb', line 125
def use_style?
end
|