| 
|   | thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") | 
|   | 
Proxy of C++ UTILS_STEP_MODEL class.
 
Definition at line 4197 of file pcbnew.py.
 
◆ __init__()
      
        
          | def pcbnew.UTILS_STEP_MODEL.__init__  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
__init__(UTILS_STEP_MODEL self) -> UTILS_STEP_MODEL
 
Definition at line 4224 of file pcbnew.py.
 
 
◆ GetBoundingBox()
      
        
          | def pcbnew.UTILS_STEP_MODEL.GetBoundingBox  | 
          ( | 
            | 
          self | ) | 
           | 
        
      
 
GetBoundingBox(UTILS_STEP_MODEL self) -> UTILS_BOX3D
 
Definition at line 4203 of file pcbnew.py.
 
 
◆ LoadSTEP()
  
  
      
        
          | def pcbnew.UTILS_STEP_MODEL.LoadSTEP  | 
          ( | 
            | 
          aFileName | ) | 
           | 
         
       
   | 
  
static   | 
  
 
LoadSTEP(wxString aFileName) -> UTILS_STEP_MODEL
 
Definition at line 4220 of file pcbnew.py.
 
 
◆ SaveSTEP()
      
        
          | def pcbnew.UTILS_STEP_MODEL.SaveSTEP  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
            | 
          aFileName  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
SaveSTEP(UTILS_STEP_MODEL self, wxString aFileName) -> bool
 
Definition at line 4215 of file pcbnew.py.
 
 
◆ Scale()
      
        
          | def pcbnew.UTILS_STEP_MODEL.Scale  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
            | 
          aScale  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Scale(UTILS_STEP_MODEL self, double aScale)
 
Definition at line 4211 of file pcbnew.py.
 
 
◆ Translate()
      
        
          | def pcbnew.UTILS_STEP_MODEL.Translate  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
            | 
          aX,  | 
        
        
           | 
           | 
            | 
          aY,  | 
        
        
           | 
           | 
            | 
          aZ  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Translate(UTILS_STEP_MODEL self, double aX, double aY, double aZ)
 
Definition at line 4207 of file pcbnew.py.
 
 
◆ thisown
  
  
      
        
          | pcbnew.UTILS_STEP_MODEL.thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") | 
         
       
   | 
  
static   | 
  
 
 
The documentation for this class was generated from the following file: