|
1 |
| -<!DOCTYPE html> |
2 |
| -<html> |
3 |
| -<head> |
4 |
| - <meta charset="utf-8"> |
5 |
| - <!-- VIEWPORT --> |
6 |
| - <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
7 |
| - <!-- AUTHOR and GENERATOR --> |
8 |
| - <meta name="author" content="SketchUp Extensibility Team"> |
9 |
| - <meta name="generator" content="YARD https://yardoc.org"> |
10 |
| - <!-- TITLE --> |
11 |
| - <title> |
12 |
| - Module: Layout — SketchUp Ruby API Documentation |
13 |
| - </title> |
14 |
| - <!-- SHORTCUT ICON --> |
15 |
| - <link rel="shortcut icon" type="image/vnd.microsoft.icon" |
16 |
| - href="favicon.ico" /> |
17 |
| - |
18 |
| - <!-- GENERIC META PROPERTIES --> |
19 |
| - <meta name="url" content="https://ruby.sketchup.com/Layout.html" /> |
20 |
| - <meta name="image" content="https://ruby.sketchup.com/images/Ruby.svg" /> |
21 |
| - <meta name="title" content="Module: Layout" /> |
22 |
| - <meta name="name" content="SketchUp Ruby API Documentation" /> |
23 |
| - <meta name="description" content="The LayOut module is the root of the LayOut Ruby API." /> |
24 |
| - <!-- OPEN GRAPH META PROPERTIES --> |
25 |
| - <meta property="og:site_name" content="SketchUp Ruby API Documentation" /> |
26 |
| - <meta property="og:type" content="website" /> |
27 |
| - <meta property="og:image" content="https://ruby.sketchup.com/images/Ruby.svg" /> |
28 |
| - <meta property="og:image:width" content="60" /> |
29 |
| - <meta property="og:image:height" content="60" /> |
30 |
| - <meta property="og:title" content="Module: Layout" /> |
31 |
| - <meta property="og:url" content="https://ruby.sketchup.com/Layout.html" /> |
32 |
| - <meta property="og:description" content="The LayOut module is the root of the LayOut Ruby API." /> |
33 |
| - <!-- TWITTER CARD META PROPERTIES --> |
34 |
| - <meta name="twitter:card" content="summary" /> |
35 |
| - <meta name="twitter:site" content="@sketchup" /> |
36 |
| - <meta name="twitter:title" content="Module: Layout" /> |
37 |
| - <meta name="twitter:description" content="The LayOut module is the root of the LayOut Ruby API." /> |
38 |
| - <meta name="twitter:image:src" content="https://ruby.sketchup.com/images/Ruby.svg?s=120" /> |
39 |
| - <meta name="twitter:url" content="https://ruby.sketchup.com/Layout.html" /> |
40 |
| - |
41 |
| - |
42 |
| - <!-- STYLESHEETS --> |
43 |
| - <link rel="stylesheet" type="text/css" |
44 |
| - href="https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic" /> |
45 |
| - |
46 |
| - <link rel="stylesheet" href="css/style.css" type="text/css" charset="utf-8" /> |
47 |
| - |
48 |
| - <link rel="stylesheet" href="css/sketchup.css" type="text/css" charset="utf-8" /> |
49 |
| - |
50 |
| - <link rel="stylesheet" href="css/rubyapi.css" type="text/css" charset="utf-8" /> |
51 |
| - |
52 |
| - <link rel="stylesheet" href="css/rouge.css" type="text/css" charset="utf-8" /> |
53 |
| - <!-- SCRIPTS --> |
| 1 | +<!DOCTYPE html> |
| 2 | +<html> |
| 3 | +<head> |
| 4 | + <meta charset="utf-8"> |
| 5 | + <!-- VIEWPORT --> |
| 6 | + <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 7 | + <!-- AUTHOR and GENERATOR --> |
| 8 | + <meta name="author" content="SketchUp Extensibility Team"> |
| 9 | + <meta name="generator" content="YARD https://yardoc.org"> |
| 10 | + <!-- TITLE --> |
| 11 | + <title> |
| 12 | + Module: Layout — SketchUp Ruby API Documentation |
| 13 | + </title> |
| 14 | + <!-- SHORTCUT ICON --> |
| 15 | + <link rel="shortcut icon" type="image/vnd.microsoft.icon" |
| 16 | + href="https://ruby.sketchup.com/favicon.ico" /> |
| 17 | + |
| 18 | + <!-- GENERIC META PROPERTIES --> |
| 19 | + <meta name="url" content="https://ruby.sketchup.com/Layout.html" /> |
| 20 | + <meta name="image" content="https://ruby.sketchup.com/images/Ruby.svg" /> |
| 21 | + <meta name="title" content="Module: Layout" /> |
| 22 | + <meta name="name" content="SketchUp Ruby API Documentation" /> |
| 23 | + <meta name="description" content="The LayOut module is the root of the LayOut Ruby API." /> |
| 24 | + <!-- OPEN GRAPH META PROPERTIES --> |
| 25 | + <meta property="og:site_name" content="SketchUp Ruby API Documentation" /> |
| 26 | + <meta property="og:type" content="website" /> |
| 27 | + <meta property="og:image" content="https://ruby.sketchup.com/images/Ruby.svg" /> |
| 28 | + <meta property="og:image:width" content="60" /> |
| 29 | + <meta property="og:image:height" content="60" /> |
| 30 | + <meta property="og:title" content="Module: Layout" /> |
| 31 | + <meta property="og:url" content="https://ruby.sketchup.com/Layout.html" /> |
| 32 | + <meta property="og:description" content="The LayOut module is the root of the LayOut Ruby API." /> |
| 33 | + <!-- TWITTER CARD META PROPERTIES --> |
| 34 | + <meta name="twitter:card" content="summary" /> |
| 35 | + <meta name="twitter:site" content="@sketchup" /> |
| 36 | + <meta name="twitter:title" content="Module: Layout" /> |
| 37 | + <meta name="twitter:description" content="The LayOut module is the root of the LayOut Ruby API." /> |
| 38 | + <meta name="twitter:image:src" content="https://ruby.sketchup.com/images/Ruby.svg?s=120" /> |
| 39 | + <meta name="twitter:url" content="https://ruby.sketchup.com/Layout.html" /> |
| 40 | + |
| 41 | + |
| 42 | + <!-- STYLESHEETS --> |
| 43 | + <link rel="stylesheet" type="text/css" |
| 44 | + href="https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic" /> |
| 45 | + |
| 46 | + <link rel="stylesheet" href="css/style.css" type="text/css" charset="utf-8" /> |
| 47 | + |
| 48 | + <link rel="stylesheet" href="css/sketchup.css" type="text/css" charset="utf-8" /> |
| 49 | + |
| 50 | + <link rel="stylesheet" href="css/rubyapi.css" type="text/css" charset="utf-8" /> |
| 51 | + |
| 52 | + <link rel="stylesheet" href="css/rouge.css" type="text/css" charset="utf-8" /> |
| 53 | + <!-- SCRIPTS --> |
54 | 54 | <script type="text/javascript">
|
55 | 55 | pathId = "Layout";
|
56 | 56 | relpath = '';
|
57 | 57 | </script>
|
58 |
| - |
59 |
| - |
60 |
| - <script type="text/javascript" charset="utf-8" src="js/jquery.js"></script> |
61 |
| - |
62 |
| - <script type="text/javascript" charset="utf-8" src="js/jquery-migrate.js"></script> |
63 |
| - |
64 |
| - <script type="text/javascript" charset="utf-8" src="js/app.js"></script> |
65 |
| - |
66 |
| - <script> |
67 |
| - // Every time this page is loaded, it sends this action to SketchUp, telling |
68 |
| - // SketchUp that a new page has loaded that has example snippets that should |
69 |
| - // be replaced with code editors. Nothing happens if the page is loaded in a |
70 |
| - // regular browser outside of the SketchUp client. |
71 |
| - $( document ).ready(function() { |
72 |
| - if (typeof sketchup == 'object') { |
73 |
| - sketchup.page_loaded(); |
74 |
| - } |
75 |
| - }); |
76 |
| - </script> |
77 |
| - |
78 |
| -</head> |
79 |
| -<body> |
80 |
| - |
81 |
| - <!-- SU - start --> |
82 |
| -<header id="navbar" role="banner" class="navbar navbar-fixed-top navbar-inverse"> |
83 |
| - <div id="api-documentation-header"> |
84 |
| - <div class="navbar-header"> |
85 |
| - <a class="logo navbar-btn pull-left" href="https://developer.sketchup.com" title="Home"> |
86 |
| - <img src="images/sketchup-logo.svg" alt="SketchUp"> |
87 |
| - </a> |
88 |
| - <a class="name navbar-brand" href="/en" title="Home">SketchUp Developer Center</a> |
89 |
| - <!-- .btn-navbar is used as the toggle for collapsed navbar content --> |
90 |
| - <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> |
91 |
| - <span class="sr-only">Toggle navigation</span> |
92 |
| - <span class="icon-bar"></span> |
93 |
| - <span class="icon-bar"></span> |
94 |
| - <span class="icon-bar"></span> |
95 |
| - </button> |
96 |
| - </div> |
97 |
| - <div class="navbar-collapse collapse"> |
98 |
| - <nav role="navigation"> |
99 |
| - <ul class="menu nav navbar-nav"> |
100 |
| - <li class="first leaf"><a href="https://forums.sketchup.com/c/developers">Community</a></li> |
101 |
| - <li class="leaf"><a href="https://blog.sketchup.com/">SketchUp Blog</a></li> |
102 |
| - <li class="leaf"><a href="https://www.sketchup.com/download" class="top-menu--download-button">Download</a></li> |
103 |
| - <li class="last expanded dropdown"> |
104 |
| - <a href="https://www.trimble.com" class="trimble-top-menu-item dropdown-toggle" data-target="#" data-toggle="dropdown"><img src="images/trimble-logo-white.svg" alt="Trimble"><span class="caret"></span></a> |
105 |
| - <ul class="dropdown-menu"> |
106 |
| - <li class="first leaf"><a href="https://connect.trimble.com/">Trimble Connect</a></li> |
107 |
| - <li class="leaf"><a href="https://www.trimble.com/Corporate/About_Trimble.aspx">About Trimble</a></li> |
108 |
| - <li class="last leaf"><a href="https://buildings.trimble.com/">Trimble Buildings</a></li> |
109 |
| - </ul> |
110 |
| - </li> |
111 |
| - </ul> |
112 |
| - </nav> |
113 |
| - </div> |
114 |
| - </div> |
115 |
| -</header> |
116 |
| -<!-- SU - end --> |
117 |
| - |
118 |
| - |
119 |
| - <div id="su-content"> |
120 |
| - |
121 |
| - <div class="nav_wrap"> |
122 |
| - <iframe id="nav" src="class_list.html"></iframe> |
123 |
| - <div id="resizer"></div> |
124 |
| - </div> |
125 |
| - |
126 |
| - <div id="main" tabindex="-1"> |
127 |
| - <div id="header"> |
| 58 | + |
| 59 | + |
| 60 | + <script type="text/javascript" charset="utf-8" src="js/jquery.js"></script> |
| 61 | + |
| 62 | + <script type="text/javascript" charset="utf-8" src="js/jquery-migrate.js"></script> |
| 63 | + |
| 64 | + <script type="text/javascript" charset="utf-8" src="js/app.js"></script> |
| 65 | + |
| 66 | + <script> |
| 67 | + // Every time this page is loaded, it sends this action to SketchUp, telling |
| 68 | + // SketchUp that a new page has loaded that has example snippets that should |
| 69 | + // be replaced with code editors. Nothing happens if the page is loaded in a |
| 70 | + // regular browser outside of the SketchUp client. |
| 71 | + $( document ).ready(function() { |
| 72 | + if (typeof sketchup == 'object') { |
| 73 | + sketchup.page_loaded(); |
| 74 | + } |
| 75 | + }); |
| 76 | + </script> |
| 77 | + |
| 78 | +</head> |
| 79 | +<body> |
| 80 | + |
| 81 | + <!-- SU - start --> |
| 82 | +<header id="navbar" role="banner" class="navbar navbar-fixed-top navbar-inverse"> |
| 83 | + <div id="api-documentation-header"> |
| 84 | + <div class="navbar-header"> |
| 85 | + <a class="logo navbar-btn pull-left" href="https://developer.sketchup.com" title="Home"> |
| 86 | + <img src="images/sketchup-logo.svg" alt="SketchUp"> |
| 87 | + </a> |
| 88 | + <a class="name navbar-brand" href="/en" title="Home">SketchUp Developer Center</a> |
| 89 | + <!-- .btn-navbar is used as the toggle for collapsed navbar content --> |
| 90 | + <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> |
| 91 | + <span class="sr-only">Toggle navigation</span> |
| 92 | + <span class="icon-bar"></span> |
| 93 | + <span class="icon-bar"></span> |
| 94 | + <span class="icon-bar"></span> |
| 95 | + </button> |
| 96 | + </div> |
| 97 | + <div class="navbar-collapse collapse"> |
| 98 | + <nav role="navigation"> |
| 99 | + <ul class="menu nav navbar-nav"> |
| 100 | + <li class="first leaf"><a href="https://forums.sketchup.com/c/developers">Community</a></li> |
| 101 | + <li class="leaf"><a href="https://blog.sketchup.com/">SketchUp Blog</a></li> |
| 102 | + <li class="leaf"><a href="https://www.sketchup.com/download" class="top-menu--download-button">Download</a></li> |
| 103 | + <li class="last expanded dropdown"> |
| 104 | + <a href="https://www.trimble.com" class="trimble-top-menu-item dropdown-toggle" data-target="#" data-toggle="dropdown"><img src="images/trimble-logo-white.svg" alt="Trimble"><span class="caret"></span></a> |
| 105 | + <ul class="dropdown-menu"> |
| 106 | + <li class="first leaf"><a href="https://connect.trimble.com/">Trimble Connect</a></li> |
| 107 | + <li class="leaf"><a href="https://www.trimble.com/Corporate/About_Trimble.aspx">About Trimble</a></li> |
| 108 | + <li class="last leaf"><a href="https://buildings.trimble.com/">Trimble Buildings</a></li> |
| 109 | + </ul> |
| 110 | + </li> |
| 111 | + </ul> |
| 112 | + </nav> |
| 113 | + </div> |
| 114 | + </div> |
| 115 | +</header> |
| 116 | +<!-- SU - end --> |
| 117 | + |
| 118 | + |
| 119 | + <div id="su-content"> |
| 120 | + |
| 121 | + <div class="nav_wrap"> |
| 122 | + <iframe id="nav" src="class_list.html"></iframe> |
| 123 | + <div id="resizer"></div> |
| 124 | + </div> |
| 125 | + |
| 126 | + <div id="main" tabindex="-1"> |
| 127 | + <div id="header"> |
128 | 128 | <div id="menu">
|
129 | 129 |
|
130 | 130 | <a href="_index.html">Index (L)</a> »
|
|
133 | 133 | <span class="title">Layout</span>
|
134 | 134 |
|
135 | 135 | </div>
|
136 |
| - |
| 136 | + |
137 | 137 | <div id="search">
|
138 | 138 |
|
139 | 139 | <a class="full_list_link" id="class_list_link"
|
|
146 | 146 | </svg>
|
147 | 147 | </a>
|
148 | 148 |
|
149 |
| -</div> |
150 |
| - <div class="clear"></div> |
151 |
| - </div> |
152 |
| - |
| 149 | +</div> |
| 150 | + <div class="clear"></div> |
| 151 | + </div> |
| 152 | + |
153 | 153 | <div id="content"><h1>Module: Layout
|
154 | 154 |
|
155 | 155 |
|
156 | 156 |
|
157 | 157 | </h1>
|
158 |
| -<div class="box_info"> |
159 |
| - |
160 |
| - |
161 |
| - |
162 |
| - |
163 |
| - |
164 |
| - |
165 |
| - |
166 |
| - |
167 |
| - |
168 |
| - |
169 |
| -</div> |
170 |
| - |
| 158 | +<div class="box_info"> |
| 159 | + |
| 160 | + |
| 161 | + |
| 162 | + |
| 163 | + |
| 164 | + |
| 165 | + |
| 166 | + |
| 167 | + |
| 168 | + |
| 169 | +</div> |
| 170 | + |
171 | 171 | <h2>Overview</h2><div class="docstring">
|
172 | 172 | <div class="discussion">
|
173 | 173 |
|
@@ -225,26 +225,26 @@ <h2>Overview</h2><div class="docstring">
|
225 | 225 |
|
226 | 226 |
|
227 | 227 | </p>
|
228 |
| - |
229 | 228 |
|
230 | 229 |
|
231 | 230 |
|
232 | 231 |
|
233 | 232 |
|
234 |
| - |
235 | 233 |
|
236 | 234 |
|
237 | 235 |
|
238 |
| -</div> |
239 |
| - |
240 |
| - <div id="footer"> |
241 |
| - Generated by |
242 |
| - <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> |
243 |
| -</div> |
244 |
| - |
245 |
| - </div> |
246 |
| - |
247 |
| - </div> |
248 |
| - |
249 |
| -</body> |
250 |
| -</html> |
| 236 | + |
| 237 | + |
| 238 | +</div> |
| 239 | + |
| 240 | + <div id="footer"> |
| 241 | + Generated by |
| 242 | + <a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> |
| 243 | +</div> |
| 244 | + |
| 245 | + </div> |
| 246 | + |
| 247 | + </div> |
| 248 | + |
| 249 | +</body> |
| 250 | +</html> |
0 commit comments