femtaskpanels.task_mesh_gmsh._TaskPanel Class Reference

Public Member Functions

def accept (self)
 
def choose_dimension (self, index)
 
def clicked (self, button)
 
def console_log (self, message="", color="#000000")
 
def get_active_analysis (self)
 
def get_mesh_params (self)
 
def getStandardButtons (self)
 
def max_changed (self, base_quantity_value)
 
def min_changed (self, base_quantity_value)
 
def reject (self)
 
def run_gmsh (self)
 
def set_mesh_params (self)
 
def update (self)
 
def update_timer_text (self)
 

Public Attributes

 analysis
 
 clmax
 
 clmin
 
 console_message_gmsh
 
 dimension
 
 form
 
 gmsh_runs
 
 mesh_obj
 
 Start
 
 Timer
 

Detailed Description

The TaskPanel for editing References property of
MeshGmsh objects and creation of new FEM mesh

Member Function Documentation

◆ accept()

◆ choose_dimension()

def femtaskpanels.task_mesh_gmsh._TaskPanel.choose_dimension (   self,
  index 
)

References femmesh.gmshtools.GmshTools.dimension, femtaskpanels.task_mesh_gmsh._TaskPanel.dimension, ArchIFCView.IfcContextUI.form, drafttaskpanels.task_selectplane.SelectPlaneTaskPanel.form, femtaskpanels.task_constraint_initialflowvelocity._TaskPanel.form, drafttaskpanels.task_scale.ScaleTaskPanel.form, femtaskpanels.task_constraint_electrostaticpotential._TaskPanel.form, femtaskpanels.task_constraint_flowvelocity._TaskPanel.form, drafttaskpanels.task_shapestring.ShapeStringTaskPanel.form, femtaskpanels.task_mesh_gmsh._TaskPanel.form, femsolver.solver_taskpanel.ControlTaskPanel.form, feminout.importFenicsMesh.WriteXDMFTaskPanel.form, femtaskpanels.task_element_geometry2D._TaskPanel.form, femtaskpanels.task_constraint_tie._TaskPanel.form, femtaskpanels.task_element_rotation1D._TaskPanel.form, femsolver.elmer.equations.equation._TaskPanel.form, femtaskpanels.task_mesh_boundarylayer._TaskPanel.form, draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.form, drafttaskpanels.task_circulararray.TaskPanelCircularArray.form, drafttaskpanels.task_orthoarray.TaskPanelOrthoArray.form, drafttaskpanels.task_polararray.TaskPanelPolarArray.form, femtaskpanels.task_element_geometry1D._TaskPanel.form, ArchCutPlane._CutPlaneTaskPanel.form, Gui::Dialog::PreferenceUiForm.form, femtaskpanels.task_material_reinforced._TaskPanel.form, DraftGui.DraftTaskPanel.form, femtaskpanels.task_material_common._TaskPanel.form, femtaskpanels.task_element_fluid1D._TaskPanel.form, ArchSchedule.ArchScheduleTaskPanel.form, ArchProfile.ProfileTaskPanel.form, ArchMaterial._ArchMaterialTaskPanel.form, ArchReference.ArchReferenceTaskPanel.form, ArchAxis._AxisTaskPanel.form, ArchPrecast._PrecastTaskPanel.form, DraftGui.DraftToolBar.form, ArchMaterial._ArchMultiMaterialTaskPanel.form, ArchRoof._RoofTaskPanel.form, ArchAxis.AxisSystemTaskPanel.form, ArchCommands.SurveyTaskPanel.form, ArchStructure.StructureTaskPanel.form, ArchWindow._ArchWindowTaskPanel.form, ArchPrecast._DentsTaskPanel.form, ArchSectionPlane.SectionPlaneTaskPanel.form, ArchAxis.ArchGridTaskPanel.form, ArchPanel.SheetTaskPanel.form, ArchPanel.NestTaskPanel.form, ArchComponent.ComponentTaskPanel.form, and DraftGui.FacebinderTaskPanel.form.

◆ clicked()

def femtaskpanels.task_mesh_gmsh._TaskPanel.clicked (   self,
  button 
)

◆ console_log()

def femtaskpanels.task_mesh_gmsh._TaskPanel.console_log (   self,
  message = "",
  color = "#000000" 
)

References femtaskpanels.task_mesh_gmsh._TaskPanel.console_message_gmsh, ArchIFCView.IfcContextUI.form, drafttaskpanels.task_selectplane.SelectPlaneTaskPanel.form, femtaskpanels.task_constraint_initialflowvelocity._TaskPanel.form, drafttaskpanels.task_scale.ScaleTaskPanel.form, femtaskpanels.task_constraint_electrostaticpotential._TaskPanel.form, femtaskpanels.task_constraint_flowvelocity._TaskPanel.form, drafttaskpanels.task_shapestring.ShapeStringTaskPanel.form, femtaskpanels.task_mesh_gmsh._TaskPanel.form, femsolver.solver_taskpanel.ControlTaskPanel.form, feminout.importFenicsMesh.WriteXDMFTaskPanel.form, femtaskpanels.task_element_geometry2D._TaskPanel.form, femtaskpanels.task_constraint_tie._TaskPanel.form, femtaskpanels.task_element_rotation1D._TaskPanel.form, femsolver.elmer.equations.equation._TaskPanel.form, femtaskpanels.task_mesh_boundarylayer._TaskPanel.form, draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.form, drafttaskpanels.task_orthoarray.TaskPanelOrthoArray.form, drafttaskpanels.task_circulararray.TaskPanelCircularArray.form, drafttaskpanels.task_polararray.TaskPanelPolarArray.form, femtaskpanels.task_element_geometry1D._TaskPanel.form, ArchCutPlane._CutPlaneTaskPanel.form, Gui::Dialog::PreferenceUiForm.form, femtaskpanels.task_material_reinforced._TaskPanel.form, DraftGui.DraftTaskPanel.form, femtaskpanels.task_material_common._TaskPanel.form, femtaskpanels.task_element_fluid1D._TaskPanel.form, ArchSchedule.ArchScheduleTaskPanel.form, ArchProfile.ProfileTaskPanel.form, ArchMaterial._ArchMaterialTaskPanel.form, ArchReference.ArchReferenceTaskPanel.form, ArchAxis._AxisTaskPanel.form, ArchPrecast._PrecastTaskPanel.form, DraftGui.DraftToolBar.form, ArchMaterial._ArchMultiMaterialTaskPanel.form, ArchRoof._RoofTaskPanel.form, ArchAxis.AxisSystemTaskPanel.form, ArchCommands.SurveyTaskPanel.form, ArchStructure.StructureTaskPanel.form, ArchWindow._ArchWindowTaskPanel.form, ArchPrecast._DentsTaskPanel.form, ArchSectionPlane.SectionPlaneTaskPanel.form, ArchAxis.ArchGridTaskPanel.form, ArchPanel.SheetTaskPanel.form, ArchPanel.NestTaskPanel.form, ArchComponent.ComponentTaskPanel.form, DraftGui.FacebinderTaskPanel.form, and femtaskpanels.task_mesh_gmsh._TaskPanel.Start.

◆ get_active_analysis()

def femtaskpanels.task_mesh_gmsh._TaskPanel.get_active_analysis (   self)

◆ get_mesh_params()

def femtaskpanels.task_mesh_gmsh._TaskPanel.get_mesh_params (   self)

◆ getStandardButtons()

def femtaskpanels.task_mesh_gmsh._TaskPanel.getStandardButtons (   self)

◆ max_changed()

def femtaskpanels.task_mesh_gmsh._TaskPanel.max_changed (   self,
  base_quantity_value 
)

◆ min_changed()

def femtaskpanels.task_mesh_gmsh._TaskPanel.min_changed (   self,
  base_quantity_value 
)

◆ reject()

def femtaskpanels.task_mesh_gmsh._TaskPanel.reject (   self)

◆ run_gmsh()

def femtaskpanels.task_mesh_gmsh._TaskPanel.run_gmsh (   self)

◆ set_mesh_params()

◆ update()

def femtaskpanels.task_mesh_gmsh._TaskPanel.update (   self)

References femmesh.gmshtools.GmshTools.clmax, femtaskpanels.task_mesh_gmsh._TaskPanel.clmax, femmesh.gmshtools.GmshTools.clmin, femtaskpanels.task_mesh_gmsh._TaskPanel.clmin, femmesh.gmshtools.GmshTools.dimension, femtaskpanels.task_mesh_gmsh._TaskPanel.dimension, ArchIFCView.IfcContextUI.form, drafttaskpanels.task_selectplane.SelectPlaneTaskPanel.form, femtaskpanels.task_constraint_initialflowvelocity._TaskPanel.form, drafttaskpanels.task_scale.ScaleTaskPanel.form, femtaskpanels.task_constraint_electrostaticpotential._TaskPanel.form, femtaskpanels.task_constraint_flowvelocity._TaskPanel.form, drafttaskpanels.task_shapestring.ShapeStringTaskPanel.form, femtaskpanels.task_mesh_gmsh._TaskPanel.form, femsolver.solver_taskpanel.ControlTaskPanel.form, feminout.importFenicsMesh.WriteXDMFTaskPanel.form, femtaskpanels.task_element_geometry2D._TaskPanel.form, femtaskpanels.task_constraint_tie._TaskPanel.form, femtaskpanels.task_element_rotation1D._TaskPanel.form, femsolver.elmer.equations.equation._TaskPanel.form, femtaskpanels.task_mesh_boundarylayer._TaskPanel.form, draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.form, drafttaskpanels.task_circulararray.TaskPanelCircularArray.form, drafttaskpanels.task_orthoarray.TaskPanelOrthoArray.form, drafttaskpanels.task_polararray.TaskPanelPolarArray.form, femtaskpanels.task_element_geometry1D._TaskPanel.form, ArchCutPlane._CutPlaneTaskPanel.form, Gui::Dialog::PreferenceUiForm.form, femtaskpanels.task_material_reinforced._TaskPanel.form, DraftGui.DraftTaskPanel.form, femtaskpanels.task_material_common._TaskPanel.form, femtaskpanels.task_element_fluid1D._TaskPanel.form, ArchSchedule.ArchScheduleTaskPanel.form, ArchProfile.ProfileTaskPanel.form, ArchMaterial._ArchMaterialTaskPanel.form, ArchReference.ArchReferenceTaskPanel.form, ArchAxis._AxisTaskPanel.form, ArchPrecast._PrecastTaskPanel.form, DraftGui.DraftToolBar.form, ArchMaterial._ArchMultiMaterialTaskPanel.form, ArchRoof._RoofTaskPanel.form, ArchAxis.AxisSystemTaskPanel.form, ArchCommands.SurveyTaskPanel.form, ArchStructure.StructureTaskPanel.form, ArchWindow._ArchWindowTaskPanel.form, ArchPrecast._DentsTaskPanel.form, ArchSectionPlane.SectionPlaneTaskPanel.form, ArchAxis.ArchGridTaskPanel.form, ArchPanel.SheetTaskPanel.form, ArchPanel.NestTaskPanel.form, ArchComponent.ComponentTaskPanel.form, and DraftGui.FacebinderTaskPanel.form.

Referenced by femtaskpanels.task_result_mechanical._TaskPanel.calculate(), Spreadsheet_legacy.SpreadsheetView.changeCell(), ArchAxis.CommandArchGrid.IsActive(), Plot.Plot.plot(), and Spreadsheet_legacy.SpreadsheetView.recompute().

◆ update_timer_text()

def femtaskpanels.task_mesh_gmsh._TaskPanel.update_timer_text (   self)

References ArchIFCView.IfcContextUI.form, drafttaskpanels.task_selectplane.SelectPlaneTaskPanel.form, femtaskpanels.task_constraint_initialflowvelocity._TaskPanel.form, drafttaskpanels.task_scale.ScaleTaskPanel.form, femtaskpanels.task_constraint_electrostaticpotential._TaskPanel.form, femtaskpanels.task_constraint_flowvelocity._TaskPanel.form, drafttaskpanels.task_shapestring.ShapeStringTaskPanel.form, femtaskpanels.task_mesh_gmsh._TaskPanel.form, femsolver.solver_taskpanel.ControlTaskPanel.form, feminout.importFenicsMesh.WriteXDMFTaskPanel.form, femtaskpanels.task_element_geometry2D._TaskPanel.form, femtaskpanels.task_constraint_tie._TaskPanel.form, femtaskpanels.task_element_rotation1D._TaskPanel.form, femsolver.elmer.equations.equation._TaskPanel.form, femtaskpanels.task_mesh_boundarylayer._TaskPanel.form, draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.form, drafttaskpanels.task_circulararray.TaskPanelCircularArray.form, drafttaskpanels.task_polararray.TaskPanelPolarArray.form, drafttaskpanels.task_orthoarray.TaskPanelOrthoArray.form, femtaskpanels.task_element_geometry1D._TaskPanel.form, ArchCutPlane._CutPlaneTaskPanel.form, Gui::Dialog::PreferenceUiForm.form, femtaskpanels.task_material_reinforced._TaskPanel.form, DraftGui.DraftTaskPanel.form, femtaskpanels.task_material_common._TaskPanel.form, femtaskpanels.task_element_fluid1D._TaskPanel.form, ArchSchedule.ArchScheduleTaskPanel.form, ArchProfile.ProfileTaskPanel.form, ArchMaterial._ArchMaterialTaskPanel.form, ArchReference.ArchReferenceTaskPanel.form, ArchAxis._AxisTaskPanel.form, ArchPrecast._PrecastTaskPanel.form, DraftGui.DraftToolBar.form, ArchMaterial._ArchMultiMaterialTaskPanel.form, ArchRoof._RoofTaskPanel.form, ArchAxis.AxisSystemTaskPanel.form, ArchCommands.SurveyTaskPanel.form, ArchStructure.StructureTaskPanel.form, ArchWindow._ArchWindowTaskPanel.form, ArchPrecast._DentsTaskPanel.form, ArchSectionPlane.SectionPlaneTaskPanel.form, ArchAxis.ArchGridTaskPanel.form, ArchPanel.SheetTaskPanel.form, ArchPanel.NestTaskPanel.form, ArchComponent.ComponentTaskPanel.form, DraftGui.FacebinderTaskPanel.form, femtaskpanels.task_mesh_gmsh._TaskPanel.gmsh_runs, and femtaskpanels.task_mesh_gmsh._TaskPanel.Start.

Member Data Documentation

◆ analysis

◆ clmax

◆ clmin

◆ console_message_gmsh

femtaskpanels.task_mesh_gmsh._TaskPanel.console_message_gmsh

◆ dimension

◆ form

femtaskpanels.task_mesh_gmsh._TaskPanel.form

Referenced by Mod.PartDesign.WizardShaft.WizardShaft.TaskWizardShaft.accept(), PathScripts.PathJobGui.StockEdit.activate(), TaskPanel.TaskPanel.addElement(), OpenSCADCommands.AddSCADTask.addelement(), AttachmentEditor.TaskAttachmentEditor.AttachmentEditorTaskPanel.addSelection(), Mod.PartDesign.SprocketFeature.SprocketTaskPanel.ANSISizeChanged(), AttachmentEditor.TaskAttachmentEditor.AttachmentEditorTaskPanel.attachmentOffsetChanged(), PathScripts.PathPreferencesPathJob.JobPreferencesPage.bestGuessForFilePath(), PathScripts.PathPreferencesPathJob.JobPreferencesPage.browseDefaultFilePath(), PathScripts.PathPreferencesPathJob.JobPreferencesPage.browseDefaultJobTemplate(), PathScripts.PathPreferencesPathJob.JobPreferencesPage.browseOutputFile(), femtaskpanels.task_solver_ccxtools._TaskPanel.calculixFinished(), femtaskpanels.task_solver_ccxtools._TaskPanel.calculixStarted(), femtaskpanels.task_solver_ccxtools._TaskPanel.check_prerequisites_helper(), AttachmentEditor.TaskAttachmentEditor.AttachmentEditorTaskPanel.checkBoxFlipClicked(), Mod.PartDesign.FeatureHole.TaskHole.TaskHole.checkCustom(), Mod.PartDesign.FeatureHole.TaskHole.TaskHole.checkCustomThreadLength(), PathScripts.PathCircularHoleBaseGui.TaskPanelHoleGeometryPage.checkedChanged(), PathScripts.PathJobGui.StockFromBaseBoundBoxEdit.checkXpos(), PathScripts.PathJobGui.StockFromBaseBoundBoxEdit.checkYpos(), PathScripts.PathJobGui.StockFromBaseBoundBoxEdit.checkZpos(), femtaskpanels.task_mesh_gmsh._TaskPanel.choose_dimension(), femtaskpanels.task_solver_ccxtools._TaskPanel.choose_working_dir(), Mod.PartDesign.FeatureHole.TaskHole.TaskHole.comboFinishNorm(), Mod.PartDesign.FeatureHole.TaskHole.TaskHole.comboNorm(), Mod.PartDesign.FeatureHole.TaskHole.TaskHole.comboNormBoltWasher(), Mod.PartDesign.FeatureHole.TaskHole.TaskHole.comboNormDia(), Mod.PartDesign.FeatureHole.TaskHole.TaskHole.comboThreadDia(), Mod.PartDesign.FeatureHole.TaskHole.TaskHole.comboThreadNorm(), Mod.PartDesign.FeatureHole.TaskHole.TaskHole.comboTolerance(), femtaskpanels.task_mesh_gmsh._TaskPanel.console_log(), PathScripts.PathDressupTagGui.PathDressupTagTaskPanel.copyNewTags(), PathScripts.PathToolLibraryEditor.EditorPanel.copyTools(), PathScripts.PathPocketShapeGui.TaskPanelExtensionPage.createItemForBaseModel(), PathScripts.PathToolBitGui.ToolBitSelector.createTool(), PathScripts.PathToolLibraryEditor.EditorPanel.delete(), PathScripts.PathCircularHoleBaseGui.TaskPanelHoleGeometryPage.deleteBase(), PathScripts.PathOpGui.TaskPanelBaseGeometryPage.deleteBase(), OpenSCADCommands.OpenSCADMeshBooleanTask.doboolean(), PathScripts.PathToolLibraryEditor.EditorPanel.duplicate(), PathScripts.PathJobGui.StockFromBaseBoundBoxEdit.editorFrame(), PathScripts.PathJobGui.StockCreateBoxEdit.editorFrame(), PathScripts.PathJobGui.StockCreateCylinderEdit.editorFrame(), PathScripts.PathJobGui.StockFromExistingEdit.editorFrame(), PathScripts.PathDressupTagGui.PathDressupTagTaskPanel.editSelectedTag(), PathScripts.PathToolLibraryEditor.EditorPanel.editTool(), PathScripts.PathToolLibraryEditor.EditorPanel.exportFile(), femtaskpanels.task_solver_ccxtools._TaskPanel.femConsoleMessage(), PathScripts.PathDressupTagGui.PathDressupTagTaskPanel.generateNewTags(), AttachmentEditor.TaskAttachmentEditor.AttachmentEditorTaskPanel.getCurrentMode(), PathScripts.PathProbeGui.TaskPanelOpPage.getFields(), PathScripts.PathWaterlineGui.TaskPanelOpPage.getFields(), PathScripts.PathHelixGui.TaskPanelOpPage.getFields(), PathScripts.PathSurfaceGui.TaskPanelOpPage.getFields(), PathScripts.PathDeburrGui.TaskPanelOpPage.getFields(), PathScripts.PathProfileGui.TaskPanelOpPage.getFields(), PathScripts.PathDrillingGui.TaskPanelOpPage.getFields(), PathScripts.PathPocketBaseGui.TaskPanelOpPage.getFields(), PathScripts.PathEngraveGui.TaskPanelOpPage.getFields(), PathScripts.PathDressupTagGui.PathDressupTagTaskPanel.getFields(), PathScripts.PathAdaptiveGui.TaskPanelOpPage.getFields(), PathScripts.PathPocketShapeGui.TaskPanelExtensionPage.getFields(), PathScripts.PathSetupSheetGui.GlobalEditor.getFields(), PathScripts.PathJobGui.StockCreateBoxEdit.getFields(), PathScripts.PathJobGui.StockCreateCylinderEdit.getFields(), PathScripts.PathJobGui.StockFromExistingEdit.getFields(), PathScripts.PathJobGui.TaskPanel.getFields(), PathScripts.PathDressupDogbone.TaskPanel.getFields(), PathScripts.PathJobGui.StockFromBaseBoundBoxEdit.getFieldsStock(), PathScripts.PathProbeGui.TaskPanelOpPage.getSignalsForUpdate(), PathScripts.PathHelixGui.TaskPanelOpPage.getSignalsForUpdate(), PathScripts.PathWaterlineGui.TaskPanelOpPage.getSignalsForUpdate(), PathScripts.PathDeburrGui.TaskPanelOpPage.getSignalsForUpdate(), PathScripts.PathProfileGui.TaskPanelOpPage.getSignalsForUpdate(), PathScripts.PathDrillingGui.TaskPanelOpPage.getSignalsForUpdate(), PathScripts.PathEngraveGui.TaskPanelOpPage.getSignalsForUpdate(), PathScripts.PathAdaptiveGui.TaskPanelOpPage.getSignalsForUpdate(), PathScripts.PathPocketBaseGui.TaskPanelOpPage.getSignalsForUpdate(), PathScripts.PathSurfaceGui.TaskPanelOpPage.getSignalsForUpdate(), PathScripts.PathPocketShapeGui.TaskPanelExtensionPage.getSignalsForUpdate(), PathScripts.PathOpGui.TaskPanelHeightsPage.getSignalsForUpdate(), PathScripts.PathOpGui.TaskPanelDepthsPage.getSignalsForUpdate(), PathScripts.PathDressupTagGui.PathDressupTagTaskPanel.getTags(), femsolver.elmer.equations.equation.ViewProxy.getTaskWidget(), PathScripts.PathToolBitGui.ToolBitSelector.getTool(), PathScripts.PathToolLibraryEditor.EditorPanel.getToolTableByName(), PathScripts.PathOpGui.TaskPanelBaseGeometryPage.importBaseGeometry(), PathScripts.PathToolLibraryEditor.EditorPanel.importFile(), PathScripts.PathOpGui.TaskPanelHeightsPage.initPage(), PathScripts.PathOpGui.TaskPanelDepthsPage.initPage(), ArchAxis.CommandArchGrid.IsActive(), PathScripts.PathCircularHoleBaseGui.TaskPanelHoleGeometryPage.itemActivated(), PathScripts.PathOpGui.TaskPanelBaseGeometryPage.itemActivated(), PathScripts.PathOpGui.TaskPanelBaseLocationPage.itemActivated(), PathScripts.PathToolBitLibraryGui.ToolBitLibrary.libraryCancel(), PathScripts.PathToolBitLibraryGui.ToolBitLibrary.libraryDelete(), PathScripts.PathToolBitLibraryGui.ToolBitLibrary.libraryLoad(), PathScripts.PathToolBitLibraryGui.ToolBitLibrary.libraryOpen(), PathScripts.PathToolBitLibraryGui.ToolBitLibrary.librarySaveAs(), PathScripts.PathDressupTagPreferences.HoldingTagPreferences.loadSettings(), PathScripts.PathPreferencesPathJob.JobPreferencesPage.loadSettings(), PathScripts.PathPreferencesPathJob.JobPreferencesPage.loadStockSettings(), PathScripts.PathToolLibraryEditor.EditorPanel.loadTable(), PathScripts.PathToolBitGui.ToolBitSelector.loadTool(), PathScripts.PathPreferencesPathJob.JobPreferencesPage.loadToolSettings(), PathScripts.PathToolLibraryEditor.EditorPanel.loadToolTables(), PathScripts.PathJobGui.TaskPanel.modelMove(), PathScripts.PathJobGui.TaskPanel.modelRotate(), PathScripts.PathJobGui.TaskPanel.modelSet0(), PathScripts.PathToolLibraryEditor.EditorPanel.moveDown(), PathScripts.PathToolLibraryEditor.EditorPanel.moveUp(), PathScripts.PathToolBitLibraryGui.ToolBitLibrary.open(), PathScripts.PathJobGui.TaskPanel.operationDelete(), PathScripts.PathJobGui.TaskPanel.operationMoveDown(), PathScripts.PathJobGui.TaskPanel.operationMoveUp(), PathScripts.PathJobGui.TaskPanel.operationSelect(), PathScripts.PathToolEdit.ToolEditorImage.quantityCuttingEdgeAngle(), PathScripts.PathToolEdit.ToolEditorDrill.quantityCuttingEdgeAngle(), PathScripts.PathToolEdit.ToolEditorImage.quantityCuttingEdgeHeight(), PathScripts.PathToolEdit.ToolEditorImage.quantityDiameter(), PathScripts.PathToolEdit.ToolEditorImage.quantityFlatRadius(), AttachmentEditor.TaskAttachmentEditor.AttachmentEditorTaskPanel.readParameters(), PathScripts.PathToolBitEdit.ToolBitEditor.refresh(), PathScripts.PathToolControllerGui.ToolControllerEditor.refresh(), PathScripts.PathToolEdit.ToolEditor.refresh(), PathScripts.PathJobGui.TaskPanel.refreshStock(), PathScripts.PathDrillingGui.TaskPanelOpPage.registerSignalHandlers(), PathScripts.PathDeburrGui.TaskPanelOpPage.registerSignalHandlers(), PathScripts.PathWaterlineGui.TaskPanelOpPage.registerSignalHandlers(), PathScripts.PathCircularHoleBaseGui.TaskPanelHoleGeometryPage.registerSignalHandlers(), PathScripts.PathProfileGui.TaskPanelOpPage.registerSignalHandlers(), PathScripts.PathSurfaceGui.TaskPanelOpPage.registerSignalHandlers(), PathScripts.PathPocketShapeGui.TaskPanelExtensionPage.registerSignalHandlers(), PathScripts.PathOpGui.TaskPanelBaseGeometryPage.registerSignalHandlers(), PathScripts.PathOpGui.TaskPanelBaseLocationPage.registerSignalHandlers(), PathScripts.PathOpGui.TaskPanelDepthsPage.registerSignalHandlers(), PathScripts.PathToolBitLibraryGui.ToolBitLibrary.renameLibrary(), PathScripts.PathToolLibraryEditor.EditorPanel.renameTable(), PathScripts.PathPocketShapeGui.TaskPanelExtensionPage.restoreSelection(), shipLoadExample.TaskPanel.TaskPanel.retranslateUi(), plotPositions.TaskPanel.TaskPanel.retranslateUi(), plotSave.TaskPanel.TaskPanel.retranslateUi(), plotLabels.TaskPanel.TaskPanel.retranslateUi(), plotSeries.TaskPanel.TaskPanel.retranslateUi(), shipCreateTank.TaskPanel.TaskPanel.retranslateUi(), plotAxes.TaskPanel.TaskPanel.retranslateUi(), shipCreateWeight.TaskPanel.TaskPanel.retranslateUi(), shipCreateShip.TaskPanel.TaskPanel.retranslateUi(), shipOutlineDraw.TaskPanel.TaskPanel.retranslateUi(), PathScripts.PathPreferencesPathJob.JobPreferencesPage.saveSettings(), PathScripts.PathDressupTagPreferences.HoldingTagPreferences.saveSettings(), PathScripts.PathPreferencesPathJob.JobPreferencesPage.saveStockSettings(), PathScripts.PathPreferencesPathJob.JobPreferencesPage.saveToolsSettings(), femtaskpanels.task_solver_ccxtools._TaskPanel.select_analysis_type(), PathScripts.PathToolBitEdit.ToolBitEditor.selectShape(), PathScripts.PathDressupTagGui.PathDressupTagTaskPanel.selectTagWithId(), PathScripts.PathToolLibraryEditor.EditorPanel.setCurrentToolTableByName(), PathScripts.PathPocketShapeGui.TaskPanelExtensionPage.setExtensions(), PathScripts.PathProbeGui.TaskPanelOpPage.setFields(), PathScripts.PathCircularHoleBaseGui.TaskPanelHoleGeometryPage.setFields(), PathScripts.PathHelixGui.TaskPanelOpPage.setFields(), PathScripts.PathWaterlineGui.TaskPanelOpPage.setFields(), PathScripts.PathDeburrGui.TaskPanelOpPage.setFields(), PathScripts.PathEngraveGui.TaskPanelBaseGeometryPage.setFields(), PathScripts.PathProfileGui.TaskPanelOpPage.setFields(), PathScripts.PathDrillingGui.TaskPanelOpPage.setFields(), PathScripts.PathSurfaceGui.TaskPanelOpPage.setFields(), PathScripts.PathEngraveGui.TaskPanelOpPage.setFields(), PathScripts.PathPocketBaseGui.TaskPanelOpPage.setFields(), PathScripts.PathAdaptiveGui.TaskPanelOpPage.setFields(), PathScripts.PathPocketShapeGui.TaskPanelExtensionPage.setFields(), PathScripts.PathDressupZCorrect.TaskPanel.setFields(), PathScripts.PathDressupTagGui.PathDressupTagTaskPanel.setFields(), PathScripts.PathJobGui.StockFromExistingEdit.setFields(), PathScripts.PathJobGui.TaskPanel.setFields(), PathScripts.PathDressupDogbone.TaskPanel.setFields(), ArchMaterial.MultiMaterialDelegate.setModelData(), PathScripts.PathProbeGui.TaskPanelOpPage.SetOutputFileName(), PathScripts.PathJobGui.TaskPanel.setPostProcessorOutputFile(), PathScripts.PathDressupZCorrect.TaskPanel.SetProbePointFileName(), PathScripts.PathPreferencesPathJob.JobPreferencesPage.setProcessorListTooltip(), PathScripts.PathPreferencesPathJob.JobPreferencesPage.setupStock(), PathScripts.PathToolBitEdit.ToolBitEditor.setupTool(), PathScripts.PathToolEdit.ToolEditorDefault.setupUI(), PathScripts.PathToolEdit.ToolEditorImage.setupUI(), Mod.PartDesign.FeatureHole.TaskHole.TaskHole.setupUi(), PathScripts.PathSetupSheetGui.OpTaskPanel.setupUi(), PathScripts.PathDressupPathBoundaryGui.TaskPanel.setupUi(), PathScripts.PathToolBitEdit.ToolBitEditor.setupUI(), PathScripts.PathToolControllerGui.ToolControllerEditor.setupUi(), PathScripts.PathToolBitGui.ToolBitSelector.setupUI(), PathScripts.PathToolEdit.ToolEditor.setupUI(), PathScripts.PathSetupSheetGui.OpsDefaultEditor.setupUi(), PathScripts.PathDressupTagGui.PathDressupTagTaskPanel.setupUi(), PathScripts.PathSetupSheetGui.GlobalEditor.setupUi(), PathScripts.PathToolLibraryEditor.EditorPanel.setupUi(), PathScripts.PathJobGui.StockFromBaseBoundBoxEdit.setupUi(), PathScripts.PathJobGui.StockCreateBoxEdit.setupUi(), PathScripts.PathJobGui.StockCreateCylinderEdit.setupUi(), PathScripts.PathJobGui.StockFromExistingEdit.setupUi(), PathScripts.PathDressupDogbone.TaskPanel.setupUi(), PathScripts.PathJobGui.TaskPanel.setupUi(), PathScripts.PathPocketShapeGui.TaskPanelExtensionPage.showHideExtension(), PathScripts.PathToolBitLibraryGui.ToolBitLibrary.tableSelected(), PathScripts.PathToolLibraryEditor.EditorPanel.tableSelected(), PathScripts.PathToolBitLibraryGui.ToolBitLibrary.toolAdd(), PathScripts.PathJobGui.TaskPanel.toolControllerDelete(), PathScripts.PathJobGui.TaskPanel.toolControllerEdit(), PathScripts.PathJobGui.TaskPanel.toolControllerSelect(), PathScripts.PathToolBitLibraryGui.ToolBitLibrary.toolSelect(), PathScripts.PathToolLibraryEditor.EditorPanel.toolSelectionChanged(), Mod.PartDesign.SprocketFeature.SprocketTaskPanel.transferFrom(), Mod.PartDesign.SprocketFeature.SprocketTaskPanel.transferTo(), femtaskpanels.task_mesh_gmsh._TaskPanel.update(), femtaskpanels.task_solver_ccxtools._TaskPanel.update(), femtaskpanels.task_mesh_gmsh._TaskPanel.update_timer_text(), PathScripts.PathEngraveGui.TaskPanelBaseGeometryPage.updateBase(), PathScripts.PathCircularHoleBaseGui.TaskPanelHoleGeometryPage.updateBase(), PathScripts.PathOpGui.TaskPanelBaseGeometryPage.updateBase(), PathScripts.PathDressupDogbone.TaskPanel.updateBoneList(), PathScripts.PathPreferencesPathJob.JobPreferencesPage.updateDefaultPostProcessorToolTip(), PathScripts.PathDressupPathBoundaryGui.TaskPanel.updateDressup(), PathScripts.PathDeburrGui.TaskPanelOpPage.updateExtraDepth(), AttachmentEditor.TaskAttachmentEditor.AttachmentEditorTaskPanel.updateListOfModes(), PathScripts.PathPocketBaseGui.TaskPanelOpPage.updateMinTravel(), AttachmentEditor.TaskAttachmentEditor.AttachmentEditorTaskPanel.updatePreview(), PathScripts.PathToolLibraryEditor.EditorPanel.updateSelection(), PathScripts.PathToolBitGui.ToolBitSelector.updateSelection(), PathScripts.PathOpGui.TaskPanelBaseGeometryPage.updateSelection(), PathScripts.PathOpGui.TaskPanelDepthsPage.updateSelection(), PathScripts.PathJobGui.TaskPanel.updateSelection(), PathScripts.PathToolBitEdit.ToolBitEditor.updateShape(), PathScripts.PathDressupPathBoundaryGui.TaskPanel.updateStockEditor(), PathScripts.PathJobGui.TaskPanel.updateStockEditor(), PathScripts.PathDressupTagGui.PathDressupTagTaskPanel.updateTagsView(), femtaskpanels.task_solver_ccxtools._TaskPanel.UpdateText(), PathScripts.PathToolEdit.ToolEditorDefault.updateTool(), PathScripts.PathToolBitEdit.ToolBitEditor.updateTool(), PathScripts.PathToolEdit.ToolEditor.updateTool(), PathScripts.PathToolBitLibraryGui.ToolBitLibrary.updateToolbar(), PathScripts.PathToolControllerGui.ToolControllerEditor.updateToolController(), PathScripts.PathJobGui.TaskPanel.updateToolController(), PathScripts.PathToolBitGui.ToolBitSelector.updateTools(), PathScripts.PathJobGui.TaskPanel.updateTooltips(), PathScripts.PathToolEdit.ToolEditor.updateToolType(), PathScripts.PathToolEdit.ToolEditorDefault.updateUI(), PathScripts.PathToolEdit.ToolEditorImage.updateUI(), PathScripts.PathToolBitEdit.ToolBitEditor.updateUI(), PathScripts.PathToolControllerGui.ToolControllerEditor.updateUi(), Mod.PartDesign.FeatureHole.TaskHole.TaskHole.updateUI(), PathScripts.PathToolEdit.ToolEditor.updateUI(), PathScripts.PathSetupSheetGui.GlobalEditor.updateUI(), PathScripts.PathDressupDogbone.TaskPanel.updateUI(), PathScripts.PathWaterlineGui.TaskPanelOpPage.updateVisibility(), PathScripts.PathProfileGui.TaskPanelOpPage.updateVisibility(), PathScripts.PathSurfaceGui.TaskPanelOpPage.updateVisibility(), PathScripts.PathDeburrGui.TaskPanelOpPage.updateWidth(), PathScripts.PathJobGui.StockFromBaseBoundBoxEdit.updateXpos(), PathScripts.PathJobGui.StockFromBaseBoundBoxEdit.updateYpos(), PathScripts.PathPocketBaseGui.TaskPanelOpPage.updateZigZagAngle(), PathScripts.PathJobGui.StockFromBaseBoundBoxEdit.updateZpos(), PathScripts.PathPreferencesPathJob.JobPreferencesPage.verifyAndUpdateDefaultPostProcessor(), PathScripts.PathPreferencesPathJob.JobPreferencesPage.verifyAndUpdateDefaultPostProcessorWith(), PathScripts.PathDressupTagGui.PathDressupTagTaskPanel.whenCountChanged(), and PathScripts.PathDressupTagGui.PathDressupTagTaskPanel.whenTagSelectionChanged().

◆ gmsh_runs

femtaskpanels.task_mesh_gmsh._TaskPanel.gmsh_runs

◆ mesh_obj

◆ Start

◆ Timer

femtaskpanels.task_mesh_gmsh._TaskPanel.Timer

The documentation for this class was generated from the following file:
  • src/Mod/Fem/femtaskpanels/task_mesh_gmsh.py