pyleecan.GUI.Dialog.DMachineSetup.SMHoleMag.PHoleM52R.PHoleM52R module¶
- class PHoleM52R(hole=None, material_dict=None)[source]¶
Bases:
Gen_PHoleM52R
,QWidget
Page to set the Hole Type 52
- saveNeeded¶
- hole_name = 'Hole Type 52R'¶
- set_W0()[source]¶
Signal to update the value of W0 according to the line edit
- Parameters:
self (PHoleM52R) – A PHoleM52R widget
- set_W1()[source]¶
Signal to update the value of W1 according to the line edit
- Parameters:
self (PHoleM52R) – A PHoleM52R widget
- set_H0()[source]¶
Signal to update the value of H0 according to the line edit
- Parameters:
self (PHoleM52R) – A PHoleM52R widget
- set_H1()[source]¶
Signal to update the value of H1 according to the line edit
- Parameters:
self (PHoleM52R) – A PHoleM52R widget
- set_H2()[source]¶
Signal to update the value of H2 according to the line edit
- Parameters:
self (PHoleM52R) – A PHoleM52R widget
- set_R0()[source]¶
Signal to update the value of R0 according to the line edit
- Parameters:
self (PHoleM52R) – A PHoleM52R widget
- comp_output()[source]¶
Compute and display the hole output
- Parameters:
self (PHoleM52R) – A PHoleM52R widget
- check()[source]¶
Check that the current machine have all the needed field set
- Parameters:
self (PHoleM52R) – A PHoleM52R widget
- Returns:
error – Error message (return None if no error)
- Return type:
str
- staticMetaObject = <PySide2.QtCore.QMetaObject object>¶