This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | import FreeCAD | |
| import Mesh | |
| import Part | |
| import os | |
| from PySide import QtGui | |
| from PySide2.QtWidgets import QFileDialog | |
| def import_stl(): | |
| # Check if there is an active document, if not create one | |
| if FreeCAD.ActiveDocument is None: | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | * { | |
| background-color: #ccc; | |
| } | |
| #window { | |
| width: 1920px; | |
| height: 1080px; | |
| padding: 219px 360px; | |
| } | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | /** | |
| * rofi -dump-theme output. | |
| * Rofi version: 1.5.4 | |
| **/ | |
| * { | |
| background-color: rgba ( 204, 204, 204, 100 % ); | |
| } | |
| window { | |
| width: 1920px ; | |
| padding: 219px 360px ; |