pyleecan.GUI.Dialog.DMachineSetup.DAVDuct.PVentUD.PVentUD module

class PVentUD(lam=None, vent=None)[source]

Bases: Gen_PVentUD, QWidget

Page to set the slot from DXF

saveNeeded
hole_name = 'Import from DXF'
hole_type

alias of HoleUD

set_Zh()[source]

Signal to update the value of Zh according to the line edit

Parameters:

self (PVentUD) – A PVentUD object

check()[source]

Check that the current machine have all the needed field set

Parameters:

self (PVentUD) – A PVentUD object

Returns:

error – Error message (return None if no error)

Return type:

str

update_graph()[source]

Plot the lamination with/without the slot

load_hole()[source]

Load the selected json file and display the hole

open_DXF_Surf()[source]

Open the GUI to define the HoleUD

set_dxf_path()[source]

Update the vent according to the file defined by DXF_Slot

emit_save()[source]

Send a saveNeeded signal to the DMachineSetup

staticMetaObject = <PySide2.QtCore.QMetaObject object>