drafttaskpanels.task_polararray.TaskPanelPolarArray Class Reference

Public Member Functions

def accept (self)
 
def create_object (self)
 
def display_point (self, point=None, plane=None, mask=None)
 
def finish (self)
 
def get_center (self)
 
def get_number_angle (self)
 
def print_fuse_state (self, fuse)
 
def print_link_state (self, use_link)
 
def print_messages (self)
 
def reject (self)
 
def reset_point (self)
 
def set_focus (self, key=None)
 
def set_fuse (self)
 
def set_link (self)
 
def set_widget_callbacks (self)
 
def validate_input (self, selection, number, angle, center)
 

Public Attributes

 angle
 
 center
 
 form
 
 fuse
 
 mask
 
 name
 
 number
 
 selection
 
 tr_false
 
 tr_true
 
 use_link
 
 valid_input
 

Detailed Description

TaskPanel code for the PolarArray command.

The names of the widgets are defined in the `.ui` file.
This `.ui` file `must` be loaded into an attribute
called `self.form` so that it is loaded into the task panel correctly.

In this class all widgets are automatically created
as `self.form.<widget_name>`.

The `.ui` file may use special FreeCAD widgets such as
`Gui::InputField` (based on `QLineEdit`) and
`Gui::QuantitySpinBox` (based on `QAbstractSpinBox`).
See the Doxygen documentation of the corresponding files in `src/Gui/`,
for example, `InputField.h` and `QuantitySpinBox.h`.

Attributes
----------
source_command: gui_base.GuiCommandBase
    This attribute holds a reference to the calling class
    of this task panel.
    This parent class, which is derived from `gui_base.GuiCommandBase`,
    is responsible for calling this task panel, for installing
    certain callbacks, and for removing them.

    It also delays the execution of the internal creation commands
    by using the `draftutils.todo.ToDo` class.

See Also
--------
* https://forum.freecadweb.org/viewtopic.php?f=10&t=40007
* https://forum.freecadweb.org/viewtopic.php?t=5374#p43038

Member Function Documentation

◆ accept()

def drafttaskpanels.task_polararray.TaskPanelPolarArray.accept (   self)
Execute when clicking the OK button or Enter key.

References draftguitools.gui_arcs.Arc.angle, drafttaskpanels.task_polararray.TaskPanelPolarArray.angle, SoGestureSwipeEvent.angle, draftguitools.gui_rotate.Rotate.angle, DraftGui.DraftToolBar.angle, draftguitools.gui_polygons.Polygon.center, draftguitools.gui_arcs.Arc.center, draftguitools.gui_rotate.Rotate.center, draftguitools.gui_offset.Offset.center, draftguitools.gui_dimensions.Dimension.center, drafttaskpanels.task_polararray.TaskPanelPolarArray.center, drafttaskpanels.task_circulararray.TaskPanelCircularArray.center, draftguitools.gui_scale.Scale.center, drafttaskpanels.task_polararray.TaskPanelPolarArray.create_object(), drafttaskpanels.task_orthoarray.TaskPanelOrthoArray.create_object(), drafttaskpanels.task_circulararray.TaskPanelCircularArray.create_object(), zipios::GZIPOutputStreambuf.finish(), zipios::GZIPOutputStream.finish(), Gui::SoFCDB.finish(), zipios::ZipOutputStreambuf.finish(), Gui::SoFCBackgroundGradient.finish(), Gui::SoFCColorLegend.finish(), zipios::ZipOutputStream.finish(), Gui::SoFCColorGradient.finish(), Gui::SoFCColorBarBase.finish(), Gui::SoFCHighlightAction.finish(), Gui::SoFCUnifiedSelection.finish(), Gui::SoFCSelection.finish(), draftguitools.gui_rectangles.Rectangle.finish(), draftguitools.gui_ellipses.Ellipse.finish(), draftguitools.gui_texts.Text.finish(), Gui::SoFCSelectionAction.finish(), draftguitools.gui_polygons.Polygon.finish(), draftguitools.gui_subelements.SubelementHighlight.finish(), draftguitools.gui_labels.Label.finish(), draftguitools.gui_arcs.Arc.finish(), draftguitools.gui_mirror.Mirror.finish(), Gui::SoFCBoundingBox.finish(), draftguitools.gui_move.Move.finish(), Gui::SoFCEnableSelectionAction.finish(), Gui::SoSkipBoundingGroup.finish(), draftguitools.gui_clone.Clone.finish(), draftguitools.gui_lines.Line.finish(), Gui::SoFCEnableHighlightAction.finish(), Gui::SoFCColorBar.finish(), Gui::SoFCPathAnnotation.finish(), draftguitools.gui_selectplane.Draft_SelectPlane.finish(), draftguitools.gui_splines.BSpline.finish(), draftguitools.gui_points.Point.finish(), draftguitools.gui_base_original.DraftTool.finish(), Gui::SoFCSelectionColorAction.finish(), draftguitools.gui_dimensions.Dimension.finish(), Gui::SoFCSeparator.finish(), draftguitools.gui_beziers.BezCurve.finish(), draftguitools.gui_base.GuiCommandBase.finish(), Gui::SoFCHighlightColorAction.finish(), Gui::SoFCSelectionRoot.finish(), draftguitools.gui_fillets.Fillet.finish(), Gui::SoFCDocumentAction.finish(), Gui::ManualAlignment.finish(), draftguitools.gui_shapestrings.ShapeString.finish(), Gui::SoFCDocumentObjectAction.finish(), draftguitools.gui_stretch.Stretch.finish(), draftguitools.gui_rotate.Rotate.finish(), draftguitools.gui_offset.Offset.finish(), draftguitools.gui_edit.Edit.finish(), Gui::SoUpdateVBOAction.finish(), draftguitools.gui_scale.Scale.finish(), drafttaskpanels.task_orthoarray.TaskPanelOrthoArray.finish(), draftguitools.gui_beziers.CubicBezCurve.finish(), drafttaskpanels.task_polararray.TaskPanelPolarArray.finish(), drafttaskpanels.task_circulararray.TaskPanelCircularArray.finish(), draftguitools.gui_trimex.Trimex.finish(), DraftGui.DraftToolBar.finish(), ifc4.ifcworktime.finish, drafttaskpanels.task_polararray.TaskPanelPolarArray.get_center(), drafttaskpanels.task_circulararray.TaskPanelCircularArray.get_center(), drafttaskpanels.task_polararray.TaskPanelPolarArray.get_number_angle(), drafttaskpanels.task_polararray.TaskPanelPolarArray.number, drafttaskpanels.task_circulararray.TaskPanelCircularArray.number, YYSTYPE.number, Gui::Dialog::DefaultTransformStrategy.selection, Gui::SoFCEnableSelectionAction.selection, drafttaskpanels.task_polararray.TaskPanelPolarArray.selection, Gui::Dialog::Transform.selection, drafttaskpanels.task_circulararray.TaskPanelCircularArray.selection, drafttaskpanels.task_orthoarray.TaskPanelOrthoArray.selection, ArchCommands._SurveyObserver.selection, drafttaskpanels.task_polararray.TaskPanelPolarArray.valid_input, drafttaskpanels.task_circulararray.TaskPanelCircularArray.valid_input, drafttaskpanels.task_orthoarray.TaskPanelOrthoArray.valid_input, drafttaskpanels.task_polararray.TaskPanelPolarArray.validate_input(), drafttaskpanels.task_orthoarray.TaskPanelOrthoArray.validate_input(), and drafttaskpanels.task_circulararray.TaskPanelCircularArray.validate_input().

◆ create_object()

def drafttaskpanels.task_polararray.TaskPanelPolarArray.create_object (   self)
Create the new object.

At this stage we already tested that the input is correct
so the necessary attributes are already set.
Then we proceed with the internal function to create the new object.

References draftguitools.gui_arcs.Arc.angle, drafttaskpanels.task_polararray.TaskPanelPolarArray.angle, SoGestureSwipeEvent.angle, draftguitools.gui_rotate.Rotate.angle, DraftGui.DraftToolBar.angle, draftguitools.gui_polygons.Polygon.center, draftguitools.gui_arcs.Arc.center, draftguitools.gui_rotate.Rotate.center, draftguitools.gui_offset.Offset.center, draftguitools.gui_dimensions.Dimension.center, drafttaskpanels.task_polararray.TaskPanelPolarArray.center, drafttaskpanels.task_circulararray.TaskPanelCircularArray.center, draftguitools.gui_scale.Scale.center, drafttaskpanels.task_polararray.TaskPanelPolarArray.fuse, drafttaskpanels.task_circulararray.TaskPanelCircularArray.fuse, drafttaskpanels.task_orthoarray.TaskPanelOrthoArray.fuse, Gui::DockWindowItem.name, addonmanager_macro.Macro.name, Gui::CallTip.name, Base::TypeData.name, Gui::Dialog::DlgParameterFind::Options.name, Gui::DAG::FilterBase.name, draftguitools.gui_mirror.Mirror.name, draftguitools.gui_labels.Label.name, draftguitools.gui_move.Move.name, draftguitools.gui_scale.Scale.name, drafttaskpanels.task_circulararray.TaskPanelCircularArray.name, drafttaskpanels.task_orthoarray.TaskPanelOrthoArray.name, drafttaskpanels.task_polararray.TaskPanelPolarArray.name, draftguitools.gui_pointarray.PointArray.name, draftguitools.gui_patharray.PathArray.name, Gui::SoStringLabel.name, FaceQuadStruct.name, Gui::SoFrameLabel.name, StackWalker::CallstackEntry.name, Gui::ItemViewSelection::MatchName.name, App::DynamicProperty::PropData.name, Vardesc.name, App::ConstantExpression.name, Namelist.name, App::LinkBaseExtension::PropInfo.name, PropItemInfo.name, App::ObjectIdentifier::Component.name, App::ExpressionParser::semantic_type.name, Gui::Dialog::AboutDialog::LibraryInfo.name, addonmanager_workers.CheckSingleWorker.name, drafttaskpanels.task_polararray.TaskPanelPolarArray.number, drafttaskpanels.task_circulararray.TaskPanelCircularArray.number, YYSTYPE.number, Gui::SoFCEnableSelectionAction.selection, Gui::Dialog::DefaultTransformStrategy.selection, drafttaskpanels.task_polararray.TaskPanelPolarArray.selection, Gui::Dialog::Transform.selection, drafttaskpanels.task_circulararray.TaskPanelCircularArray.selection, drafttaskpanels.task_orthoarray.TaskPanelOrthoArray.selection, ArchCommands._SurveyObserver.selection, DraftVecUtils.toString(), draftobjects.draftlink.DraftLink.use_link, draftguitools.gui_array_simple.Array.use_link, draftguitools.gui_patharray.PathArray.use_link, drafttaskpanels.task_polararray.TaskPanelPolarArray.use_link, drafttaskpanels.task_circulararray.TaskPanelCircularArray.use_link, and drafttaskpanels.task_orthoarray.TaskPanelOrthoArray.use_link.

Referenced by drafttaskpanels.task_polararray.TaskPanelPolarArray.accept().

◆ display_point()

def drafttaskpanels.task_polararray.TaskPanelPolarArray.display_point (   self,
  point = None,
  plane = None,
  mask = None 
)
Display the coordinates in the x, y, and z widgets.

This function should be used in a Coin callback so that
the coordinate values are automatically updated when the
mouse pointer moves.
This was copied from `DraftGui.py` but needs to be improved
for this particular command.

point :
    is a vector that arrives by the callback.
plane :
    is a `WorkingPlane` instance, for example,
    `App.DraftWorkingPlane`. It is not used at the moment,
    but could be used to set up the grid.
mask :
    is a string that specifies which coordinate is being
    edited. It is used to restrict edition of a single coordinate.
    It is not used at the moment but could be used with a callback.

References ArchIFCView.IfcContextUI.form, draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.form, drafttaskpanels.task_polararray.TaskPanelPolarArray.form, drafttaskpanels.task_circulararray.TaskPanelCircularArray.form, drafttaskpanels.task_orthoarray.TaskPanelOrthoArray.form, ArchCutPlane._CutPlaneTaskPanel.form, Gui::Dialog::PreferenceUiForm.form, DraftGui.DraftTaskPanel.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, draftguitools.gui_snapper.Snapper.mask, drafttaskpanels.task_polararray.TaskPanelPolarArray.mask, drafttaskpanels.task_circulararray.TaskPanelCircularArray.mask, DraftGui.DraftToolBar.mask, drafttaskpanels.task_polararray.TaskPanelPolarArray.set_focus(), and drafttaskpanels.task_circulararray.TaskPanelCircularArray.set_focus().

◆ finish()

def drafttaskpanels.task_polararray.TaskPanelPolarArray.finish (   self)
Finish the command, after accept or reject.

It finally calls the parent class to execute
the delayed functions, and perform cleanup.

Referenced by drafttaskpanels.task_polararray.TaskPanelPolarArray.accept(), and drafttaskpanels.task_polararray.TaskPanelPolarArray.reject().

◆ get_center()

◆ get_number_angle()

def drafttaskpanels.task_polararray.TaskPanelPolarArray.get_number_angle (   self)

◆ print_fuse_state()

◆ print_link_state()

◆ print_messages()

def drafttaskpanels.task_polararray.TaskPanelPolarArray.print_messages (   self)
Print messages about the operation.

References draftguitools.gui_arcs.Arc.angle, drafttaskpanels.task_polararray.TaskPanelPolarArray.angle, SoGestureSwipeEvent.angle, draftguitools.gui_rotate.Rotate.angle, DraftGui.DraftToolBar.angle, draftguitools.gui_polygons.Polygon.center, draftguitools.gui_arcs.Arc.center, draftguitools.gui_rotate.Rotate.center, draftguitools.gui_offset.Offset.center, draftguitools.gui_dimensions.Dimension.center, drafttaskpanels.task_polararray.TaskPanelPolarArray.center, drafttaskpanels.task_circulararray.TaskPanelCircularArray.center, draftguitools.gui_scale.Scale.center, drafttaskpanels.task_polararray.TaskPanelPolarArray.fuse, drafttaskpanels.task_circulararray.TaskPanelCircularArray.fuse, drafttaskpanels.task_orthoarray.TaskPanelOrthoArray.fuse, drafttaskpanels.task_polararray.TaskPanelPolarArray.number, drafttaskpanels.task_circulararray.TaskPanelCircularArray.number, YYSTYPE.number, drafttaskpanels.task_polararray.TaskPanelPolarArray.print_fuse_state(), drafttaskpanels.task_orthoarray.TaskPanelOrthoArray.print_fuse_state(), drafttaskpanels.task_circulararray.TaskPanelCircularArray.print_fuse_state(), drafttaskpanels.task_polararray.TaskPanelPolarArray.print_link_state(), drafttaskpanels.task_orthoarray.TaskPanelOrthoArray.print_link_state(), drafttaskpanels.task_circulararray.TaskPanelCircularArray.print_link_state(), Gui::SoFCEnableSelectionAction.selection, Gui::Dialog::DefaultTransformStrategy.selection, drafttaskpanels.task_polararray.TaskPanelPolarArray.selection, Gui::Dialog::Transform.selection, drafttaskpanels.task_circulararray.TaskPanelCircularArray.selection, drafttaskpanels.task_orthoarray.TaskPanelOrthoArray.selection, ArchCommands._SurveyObserver.selection, draftobjects.draftlink.DraftLink.use_link, draftguitools.gui_array_simple.Array.use_link, draftguitools.gui_patharray.PathArray.use_link, drafttaskpanels.task_polararray.TaskPanelPolarArray.use_link, drafttaskpanels.task_circulararray.TaskPanelCircularArray.use_link, and drafttaskpanels.task_orthoarray.TaskPanelOrthoArray.use_link.

◆ reject()

def drafttaskpanels.task_polararray.TaskPanelPolarArray.reject (   self)
Execute when clicking the Cancel button or pressing Escape.

References zipios::GZIPOutputStreambuf.finish(), zipios::GZIPOutputStream.finish(), Gui::SoFCDB.finish(), zipios::ZipOutputStreambuf.finish(), Gui::SoFCBackgroundGradient.finish(), Gui::SoFCColorLegend.finish(), zipios::ZipOutputStream.finish(), Gui::SoFCColorGradient.finish(), Gui::SoFCColorBarBase.finish(), Gui::SoFCHighlightAction.finish(), Gui::SoFCUnifiedSelection.finish(), Gui::SoFCSelection.finish(), draftguitools.gui_rectangles.Rectangle.finish(), draftguitools.gui_ellipses.Ellipse.finish(), draftguitools.gui_texts.Text.finish(), Gui::SoFCSelectionAction.finish(), draftguitools.gui_polygons.Polygon.finish(), draftguitools.gui_subelements.SubelementHighlight.finish(), draftguitools.gui_labels.Label.finish(), draftguitools.gui_arcs.Arc.finish(), draftguitools.gui_mirror.Mirror.finish(), Gui::SoFCBoundingBox.finish(), draftguitools.gui_move.Move.finish(), Gui::SoFCEnableSelectionAction.finish(), Gui::SoSkipBoundingGroup.finish(), draftguitools.gui_clone.Clone.finish(), draftguitools.gui_lines.Line.finish(), Gui::SoFCEnableHighlightAction.finish(), Gui::SoFCColorBar.finish(), Gui::SoFCPathAnnotation.finish(), draftguitools.gui_selectplane.Draft_SelectPlane.finish(), draftguitools.gui_splines.BSpline.finish(), draftguitools.gui_points.Point.finish(), Gui::SoFCSelectionColorAction.finish(), draftguitools.gui_base_original.DraftTool.finish(), draftguitools.gui_dimensions.Dimension.finish(), Gui::SoFCSeparator.finish(), draftguitools.gui_beziers.BezCurve.finish(), Gui::SoFCHighlightColorAction.finish(), draftguitools.gui_base.GuiCommandBase.finish(), Gui::SoFCSelectionRoot.finish(), draftguitools.gui_fillets.Fillet.finish(), Gui::SoFCDocumentAction.finish(), Gui::ManualAlignment.finish(), draftguitools.gui_shapestrings.ShapeString.finish(), Gui::SoFCDocumentObjectAction.finish(), draftguitools.gui_stretch.Stretch.finish(), draftguitools.gui_rotate.Rotate.finish(), draftguitools.gui_offset.Offset.finish(), draftguitools.gui_edit.Edit.finish(), Gui::SoUpdateVBOAction.finish(), draftguitools.gui_scale.Scale.finish(), drafttaskpanels.task_orthoarray.TaskPanelOrthoArray.finish(), draftguitools.gui_beziers.CubicBezCurve.finish(), drafttaskpanels.task_polararray.TaskPanelPolarArray.finish(), drafttaskpanels.task_circulararray.TaskPanelCircularArray.finish(), draftguitools.gui_trimex.Trimex.finish(), DraftGui.DraftToolBar.finish(), ifc4.ifcworktime.finish, Gui::DockWindowItem.name, addonmanager_macro.Macro.name, Gui::CallTip.name, Base::TypeData.name, Gui::Dialog::DlgParameterFind::Options.name, draftguitools.gui_mirror.Mirror.name, Gui::DAG::FilterBase.name, draftguitools.gui_labels.Label.name, draftguitools.gui_move.Move.name, draftguitools.gui_scale.Scale.name, drafttaskpanels.task_orthoarray.TaskPanelOrthoArray.name, drafttaskpanels.task_circulararray.TaskPanelCircularArray.name, drafttaskpanels.task_polararray.TaskPanelPolarArray.name, draftguitools.gui_pointarray.PointArray.name, draftguitools.gui_patharray.PathArray.name, Gui::SoStringLabel.name, FaceQuadStruct.name, Gui::SoFrameLabel.name, StackWalker::CallstackEntry.name, Gui::ItemViewSelection::MatchName.name, App::DynamicProperty::PropData.name, Vardesc.name, App::ConstantExpression.name, Namelist.name, App::LinkBaseExtension::PropInfo.name, PropItemInfo.name, App::ObjectIdentifier::Component.name, App::ExpressionParser::semantic_type.name, Gui::Dialog::AboutDialog::LibraryInfo.name, and addonmanager_workers.CheckSingleWorker.name.

Referenced by drafttaskpanels.task_shapestring.ShapeStringTaskPanel.action().

◆ reset_point()

def drafttaskpanels.task_polararray.TaskPanelPolarArray.reset_point (   self)
Reset the center point to the original distance.

References draftguitools.gui_polygons.Polygon.center, draftguitools.gui_arcs.Arc.center, draftguitools.gui_rotate.Rotate.center, draftguitools.gui_offset.Offset.center, drafttaskpanels.task_polararray.TaskPanelPolarArray.center, draftguitools.gui_dimensions.Dimension.center, drafttaskpanels.task_circulararray.TaskPanelCircularArray.center, draftguitools.gui_scale.Scale.center, ArchIFCView.IfcContextUI.form, draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.form, drafttaskpanels.task_circulararray.TaskPanelCircularArray.form, drafttaskpanels.task_orthoarray.TaskPanelOrthoArray.form, drafttaskpanels.task_polararray.TaskPanelPolarArray.form, ArchCutPlane._CutPlaneTaskPanel.form, Gui::Dialog::PreferenceUiForm.form, DraftGui.DraftTaskPanel.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, drafttaskpanels.task_polararray.TaskPanelPolarArray.get_center(), and drafttaskpanels.task_circulararray.TaskPanelCircularArray.get_center().

Referenced by drafttaskpanels.task_polararray.TaskPanelPolarArray.set_widget_callbacks().

◆ set_focus()

def drafttaskpanels.task_polararray.TaskPanelPolarArray.set_focus (   self,
  key = None 
)

◆ set_fuse()

def drafttaskpanels.task_polararray.TaskPanelPolarArray.set_fuse (   self)
Execute as a callback when the fuse checkbox changes.

References ArchIFCView.IfcContextUI.form, draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.form, drafttaskpanels.task_circulararray.TaskPanelCircularArray.form, drafttaskpanels.task_orthoarray.TaskPanelOrthoArray.form, drafttaskpanels.task_polararray.TaskPanelPolarArray.form, ArchCutPlane._CutPlaneTaskPanel.form, Gui::Dialog::PreferenceUiForm.form, DraftGui.DraftTaskPanel.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, drafttaskpanels.task_polararray.TaskPanelPolarArray.fuse, drafttaskpanels.task_circulararray.TaskPanelCircularArray.fuse, drafttaskpanels.task_orthoarray.TaskPanelOrthoArray.fuse, drafttaskpanels.task_polararray.TaskPanelPolarArray.print_fuse_state(), drafttaskpanels.task_orthoarray.TaskPanelOrthoArray.print_fuse_state(), and drafttaskpanels.task_circulararray.TaskPanelCircularArray.print_fuse_state().

Referenced by drafttaskpanels.task_polararray.TaskPanelPolarArray.set_widget_callbacks().

◆ set_link()

def drafttaskpanels.task_polararray.TaskPanelPolarArray.set_link (   self)
Execute as a callback when the link checkbox changes.

References ArchIFCView.IfcContextUI.form, draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.form, drafttaskpanels.task_circulararray.TaskPanelCircularArray.form, drafttaskpanels.task_orthoarray.TaskPanelOrthoArray.form, drafttaskpanels.task_polararray.TaskPanelPolarArray.form, ArchCutPlane._CutPlaneTaskPanel.form, Gui::Dialog::PreferenceUiForm.form, DraftGui.DraftTaskPanel.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, drafttaskpanels.task_polararray.TaskPanelPolarArray.print_link_state(), drafttaskpanels.task_orthoarray.TaskPanelOrthoArray.print_link_state(), drafttaskpanels.task_circulararray.TaskPanelCircularArray.print_link_state(), draftobjects.draftlink.DraftLink.use_link, draftguitools.gui_array_simple.Array.use_link, draftguitools.gui_patharray.PathArray.use_link, drafttaskpanels.task_polararray.TaskPanelPolarArray.use_link, drafttaskpanels.task_circulararray.TaskPanelCircularArray.use_link, and drafttaskpanels.task_orthoarray.TaskPanelOrthoArray.use_link.

Referenced by drafttaskpanels.task_polararray.TaskPanelPolarArray.set_widget_callbacks().

◆ set_widget_callbacks()

def drafttaskpanels.task_polararray.TaskPanelPolarArray.set_widget_callbacks (   self)
Set up the callbacks (slots) for the widget signals.

References ArchIFCView.IfcContextUI.form, draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.form, drafttaskpanels.task_circulararray.TaskPanelCircularArray.form, drafttaskpanels.task_orthoarray.TaskPanelOrthoArray.form, drafttaskpanels.task_polararray.TaskPanelPolarArray.form, ArchCutPlane._CutPlaneTaskPanel.form, Gui::Dialog::PreferenceUiForm.form, DraftGui.DraftTaskPanel.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, drafttaskpanels.task_polararray.TaskPanelPolarArray.reset_point(), drafttaskpanels.task_circulararray.TaskPanelCircularArray.reset_point(), drafttaskpanels.task_polararray.TaskPanelPolarArray.set_fuse(), drafttaskpanels.task_orthoarray.TaskPanelOrthoArray.set_fuse(), drafttaskpanels.task_circulararray.TaskPanelCircularArray.set_fuse(), drafttaskpanels.task_polararray.TaskPanelPolarArray.set_link(), drafttaskpanels.task_orthoarray.TaskPanelOrthoArray.set_link(), and drafttaskpanels.task_circulararray.TaskPanelCircularArray.set_link().

◆ validate_input()

def drafttaskpanels.task_polararray.TaskPanelPolarArray.validate_input (   self,
  selection,
  number,
  angle,
  center 
)
Check that the input is valid.

Some values may not need to be checked because
the interface may not allow to input wrong data.

References draftguitools.gui_arcs.Arc.angle, drafttaskpanels.task_polararray.TaskPanelPolarArray.angle, SoGestureSwipeEvent.angle, draftguitools.gui_rotate.Rotate.angle, DraftGui.DraftToolBar.angle, ArchIFCView.IfcContextUI.form, draftguitools.gui_annotationstyleeditor.AnnotationStyleEditor.form, drafttaskpanels.task_circulararray.TaskPanelCircularArray.form, drafttaskpanels.task_orthoarray.TaskPanelOrthoArray.form, drafttaskpanels.task_polararray.TaskPanelPolarArray.form, ArchCutPlane._CutPlaneTaskPanel.form, Gui::Dialog::PreferenceUiForm.form, DraftGui.DraftTaskPanel.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, drafttaskpanels.task_polararray.TaskPanelPolarArray.fuse, drafttaskpanels.task_circulararray.TaskPanelCircularArray.fuse, drafttaskpanels.task_orthoarray.TaskPanelOrthoArray.fuse, draftobjects.draftlink.DraftLink.use_link, draftguitools.gui_array_simple.Array.use_link, draftguitools.gui_patharray.PathArray.use_link, drafttaskpanels.task_polararray.TaskPanelPolarArray.use_link, drafttaskpanels.task_circulararray.TaskPanelCircularArray.use_link, and drafttaskpanels.task_orthoarray.TaskPanelOrthoArray.use_link.

Referenced by drafttaskpanels.task_polararray.TaskPanelPolarArray.accept().

Member Data Documentation

◆ angle

◆ center

◆ form

drafttaskpanels.task_polararray.TaskPanelPolarArray.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(), feminout.importFenicsMesh.WriteXDMFTaskPanel.convert_fem_mesh_obj_to_table(), feminout.importFenicsMesh.WriteXDMFTaskPanel.convert_table_to_group_dict(), 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(), drafttaskpanels.task_polararray.TaskPanelPolarArray.display_point(), 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(), drafttaskpanels.task_polararray.TaskPanelPolarArray.get_center(), drafttaskpanels.task_polararray.TaskPanelPolarArray.get_number_angle(), AttachmentEditor.TaskAttachmentEditor.AttachmentEditorTaskPanel.getCurrentMode(), PathScripts.PathWaterlineGui.TaskPanelOpPage.getFields(), PathScripts.PathProbeGui.TaskPanelOpPage.getFields(), PathScripts.PathSurfaceGui.TaskPanelOpPage.getFields(), PathScripts.PathHelixGui.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(), drafttaskpanels.task_polararray.TaskPanelPolarArray.reset_point(), PathScripts.PathPocketShapeGui.TaskPanelExtensionPage.restoreSelection(), shipLoadExample.TaskPanel.TaskPanel.retranslateUi(), plotPositions.TaskPanel.TaskPanel.retranslateUi(), plotSave.TaskPanel.TaskPanel.retranslateUi(), drafttaskpanels.task_scale.ScaleTaskPanel.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(), drafttaskpanels.task_polararray.TaskPanelPolarArray.set_focus(), drafttaskpanels.task_polararray.TaskPanelPolarArray.set_fuse(), drafttaskpanels.task_polararray.TaskPanelPolarArray.set_link(), drafttaskpanels.task_polararray.TaskPanelPolarArray.set_widget_callbacks(), 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.PathDressupPathBoundaryGui.TaskPanel.setupUi(), PathScripts.PathSetupSheetGui.OpTaskPanel.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(), femsolver.solver_taskpanel.ControlTaskPanel.updateMachine(), 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(), femsolver.solver_taskpanel.ControlTaskPanel.updateWidget(), PathScripts.PathDeburrGui.TaskPanelOpPage.updateWidth(), PathScripts.PathJobGui.StockFromBaseBoundBoxEdit.updateXpos(), PathScripts.PathJobGui.StockFromBaseBoundBoxEdit.updateYpos(), PathScripts.PathPocketBaseGui.TaskPanelOpPage.updateZigZagAngle(), PathScripts.PathJobGui.StockFromBaseBoundBoxEdit.updateZpos(), drafttaskpanels.task_polararray.TaskPanelPolarArray.validate_input(), PathScripts.PathPreferencesPathJob.JobPreferencesPage.verifyAndUpdateDefaultPostProcessor(), PathScripts.PathPreferencesPathJob.JobPreferencesPage.verifyAndUpdateDefaultPostProcessorWith(), PathScripts.PathDressupTagGui.PathDressupTagTaskPanel.whenCountChanged(), and PathScripts.PathDressupTagGui.PathDressupTagTaskPanel.whenTagSelectionChanged().

◆ fuse

◆ mask

drafttaskpanels.task_polararray.TaskPanelPolarArray.mask

◆ name

◆ number

◆ selection

◆ tr_false

◆ tr_true

◆ use_link

◆ valid_input

drafttaskpanels.task_polararray.TaskPanelPolarArray.valid_input

The documentation for this class was generated from the following file:
  • src/Mod/Draft/drafttaskpanels/task_polararray.py