diff --git a/WorkFeature/Icons/WF_centerObjectsPlanes.png b/WorkFeature/Icons/WF_centerObjectsPlanes.png new file mode 100644 index 0000000..16288ee Binary files /dev/null and b/WorkFeature/Icons/WF_centerObjectsPlanes.png differ diff --git a/WorkFeature/Icons/WF_cutCircle.svg b/WorkFeature/Icons/WF_cutCircle.svg new file mode 100644 index 0000000..ebf40fc --- /dev/null +++ b/WorkFeature/Icons/WF_cutCircle.svg @@ -0,0 +1,194 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/WorkFeature/Icons/WF_objectAlignAxes.svg b/WorkFeature/Icons/WF_objectAlignAxes.svg new file mode 100644 index 0000000..92004f1 --- /dev/null +++ b/WorkFeature/Icons/WF_objectAlignAxes.svg @@ -0,0 +1,404 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + diff --git a/WorkFeature/Icons/WF_objectAlignFaces.svg b/WorkFeature/Icons/WF_objectAlignFaces.svg new file mode 100644 index 0000000..47ae064 --- /dev/null +++ b/WorkFeature/Icons/WF_objectAlignFaces.svg @@ -0,0 +1,403 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + diff --git a/WorkFeature/Icons/WF_planeLinePointAxis.svg b/WorkFeature/Icons/WF_planeLinePointAxis.svg new file mode 100644 index 0000000..75596a6 --- /dev/null +++ b/WorkFeature/Icons/WF_planeLinePointAxis.svg @@ -0,0 +1,377 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/WorkFeature/Icons/WF_wf.svg b/WorkFeature/Icons/WF_wf.svg new file mode 100644 index 0000000..6682d03 --- /dev/null +++ b/WorkFeature/Icons/WF_wf.svg @@ -0,0 +1,417 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + W + + diff --git a/WorkFeature/WF_wf.png b/WorkFeature/WF_wf.png new file mode 100644 index 0000000..2f63dd8 Binary files /dev/null and b/WorkFeature/WF_wf.png differ diff --git a/WorkFeature/__init__.py b/WorkFeature/__init__.py index 07b2b88..ba78e56 100644 --- a/WorkFeature/__init__.py +++ b/WorkFeature/__init__.py @@ -5531,6 +5531,7 @@ class WorkFeatureTab(): "button_point_line_axis" : "plot_pointLineAxis", "button_line_point_axis" : "plot_linePointAxis", "button_line_plane_axis" : "plot_linePlaneAxis", + "button_plane_point_line_axis": "plot_planeLinePointAxis", "button_twoplanes_axis" : "plot_2PlanesAxis", "button_click_for_axis" : "plot_clickForAxis", "button_object_base_axes" : "plot_baseObjectAxes", @@ -5539,6 +5540,7 @@ class WorkFeatureTab(): "button_linecenter_circle" : "plot_linecenterCircle", "button_linepoint_circle" : "plot_linepointCircle", "button_3points_circle" : "plot_3pointsCircle", + "button_cut_circle" : "plot_cutCircle", "button_3points_ellipse" : "plot_3pointsEllipse", "button_threepoints_plane" : "plot_3PointsPlane", @@ -5569,7 +5571,8 @@ class WorkFeatureTab(): } - self.connections_for_text_changed = { + self.connections_for_text_changed = { + "tolerance_edit" : "setTolerance", "distance_point_on_line" : "distanceLinePoint", "extension_twopoints_axis" : "extensionTwoPointsAxis", @@ -5593,11 +5596,13 @@ class WorkFeatureTab(): "width_plane" : "widthPlane", "length_plane_2" : "lengthPlane", "width_plane_2" : "widthPlane", + } self.connections_for_spin_changed = { "spin_line_center" : "numberLinePart", "spin_axis_cut" : "numberLineCut", + "spin_circle_cut" : "numberCircleCut", } self.connections_for_radiobutton_clicked = {