Marthee commited on
Commit
05a8da8
·
verified ·
1 Parent(s): 44f9242

Update templates/proposed-GUI.html

Browse files
Files changed (1) hide show
  1. templates/proposed-GUI.html +43 -1
templates/proposed-GUI.html CHANGED
@@ -295,10 +295,12 @@
295
  <select id="section-select"
296
  onchange="
297
  document.getElementById('description-section-1-0').style.display = this.value === 'section-1-0' ? 'block' : 'none';
298
- document.getElementById('description-section-3-2').style.display = this.value === 'section-3-2' ? 'block' : 'none';">
 
299
  <option value="">--Select Section--</option>
300
  <option value="section-1-0">Section 1.0</option>
301
  <option value="section-3-2">Section 3.2</option>
 
302
  </select>
303
  <div id="description-section-1-0" class="description">
304
  <label style="font-style: italic;">* Notes for section 1.0 measurement:</label>
@@ -341,6 +343,41 @@
341
  </ol>
342
  </div>
343
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
344
  </body>
345
  <br>
346
  <i id="secondpage" class="fa fa-arrow-right" aria-hidden="true"></i>
@@ -418,6 +455,11 @@
418
  <li>After setting the scale, all annotations will appear and dynamically update in the measurement column, along with their corresponding labels.</li>
419
  <li>This section works correctly only if the PDF was originally created in AutoCAD.</li>
420
  <li>Double check the required items in the pop up window in AutoCAD while importing the pdf, if something is missing in it, the markups might appear as X shapes.</li>
 
 
 
 
 
421
  </ol>
422
  </div>
423
  </div>
 
295
  <select id="section-select"
296
  onchange="
297
  document.getElementById('description-section-1-0').style.display = this.value === 'section-1-0' ? 'block' : 'none';
298
+ document.getElementById('description-section-3-2').style.display = this.value === 'section-3-2' ? 'block' : 'none';
299
+ document.getElementById('description-section-3-3').style.display = this.value === 'section-3-3' ? 'block' : 'none';">
300
  <option value="">--Select Section--</option>
301
  <option value="section-1-0">Section 1.0</option>
302
  <option value="section-3-2">Section 3.2</option>
303
+ <option value="section-3-3">Section 3.3</option>
304
  </select>
305
  <div id="description-section-1-0" class="description">
306
  <label style="font-style: italic;">* Notes for section 1.0 measurement:</label>
 
343
  </ol>
344
  </div>
345
  </div>
346
+ <div id="description-section-3-3" class="description">
347
+ <label style="font-style: italic;">* Notes for section 3.3 measurement:</label>
348
+ <p>The algorithm is designed to measure the Ceiling finishes for Ceiling plans by detecting each shape individually and measuring its area and perimeter.</p>
349
+ <label style="font-weight: 200;">Steps to use:</label>
350
+ <div style="margin-left: 20px;">
351
+ <ol>
352
+ <li>Select Section 3.2 from the drop-down list.</li>
353
+ <li>Choose the PDF you wish to measure. A pdf will be downloaded for the next step.</li>
354
+ <li>A pop window will appear in which it contains the pdf drawn on it a big blue shape. Measure its perimeter and input the value in the corresponding cell in the console. Be sure to adjust the unit (e.g., m, cm).</li>
355
+ <li>Open AutoCAD and import the PDF.</li>
356
+ <li>When a pop-up window appears in AutoCAD, ensure the following options are selected:
357
+ <ol class="sub-item">
358
+ <li>PDF Data to Import:
359
+ <ol class="nested-item">
360
+ <li>Vector geometry (Solid Fills)</li>
361
+ <li>TrueType text</li>
362
+ </ol>
363
+ </li>
364
+ <li>Layers:
365
+ <ol class="nested-item">
366
+ <li>Use PDF Layers</li>
367
+ </ol>
368
+ </li>
369
+ <li>Import Options:
370
+ <ol class="nested-item">
371
+ <li>Convert solid fills to hatches</li>
372
+ <li>Apply line weight properties</li>
373
+ </ol>
374
+ </li>
375
+ </ol>
376
+ </li>
377
+ <li>Upload the generated DXF file to the console, input the measured perimeter, and click the green button.</li>
378
+ </ol>
379
+ </div>
380
+ </div>
381
  </body>
382
  <br>
383
  <i id="secondpage" class="fa fa-arrow-right" aria-hidden="true"></i>
 
455
  <li>After setting the scale, all annotations will appear and dynamically update in the measurement column, along with their corresponding labels.</li>
456
  <li>This section works correctly only if the PDF was originally created in AutoCAD.</li>
457
  <li>Double check the required items in the pop up window in AutoCAD while importing the pdf, if something is missing in it, the markups might appear as X shapes.</li>
458
+ <li>If the perimeter is not an accurate number, the markups may shift.</li>
459
+ <li>Some tiny shapes might be missed during processing.</li>
460
+ <li>The annotation shapes are primarily based on the DXF file's shape.</li>
461
+ <li>The annotations might appear duplicated in a very small percentage of the pdfs</li>
462
+ <li>Thoroughly review the generated markups, as they may include elements outside your measurement scope. For example, parts of the title block may appear as markups. </li>
463
  </ol>
464
  </div>
465
  </div>