Salome HOME
Revert "bos#35152 [EDF] (2023-T1) Sketch Circle should allow user to position constru...
[modules/shaper.git] / src / SketchPlugin / plugin-Sketch.xml
index ab5488d0a4b0dabfe2a6023674fb4b915453da26..f69c000407226b8282d0d5d588caeadb0b69c460 100644 (file)
                                  tooltip="Center coordinates"
                                  accept_expressions="0"
                                  enable_value="enable_by_preferences"/>
-        <sketch-2dpoint_selector id="circle_rotate"
-                                 title="Rotate"
-                                 tooltip="Rotate coordinates"
-                                 accept_expressions="0"
-                                 enable_value="enable_by_preferences"/>
         <labelvalue id="circle_radius"
                     icon="icons/Sketch/radius.png"
                     label="Radius"
                                      enable_value="enable_by_preferences">
               <validator id="SketchPlugin_CirclePassedPointValidator"/>
             </sketch-2dpoint_selector>
-            <sketch-2dpoint_selector id="rotate_point"
-                                      reference_attribute="rotate_point_ref"
-                                      title="Rotate point"
-                                      tooltip="Rotate point coordinates"
-                                      accept_expressions="0"
-                                      enable_value="enable_by_preferences"/>
             <validator id="GeomValidators_Different" parameters="center_point_ref,passed_point_ref"/>
-            <validator id="GeomValidators_Different" parameters="center_point_ref,rotate_point_ref"/>
           </box>
           <box id="circle_type_by_three_points"
                icon="icons/Sketch/circle_3pt_32x32.png"
               <validator id="SketchPlugin_DifferentReference" parameters="first_point_ref,second_point_ref,third_point_ref"/>
               <validator id="SketchPlugin_ThirdPointValidator" parameters="third_point_ref"/>
             </sketch-2dpoint_selector>
-            <sketch-2dpoint_selector id="rotate_point"
-                                      reference_attribute="rotate_point_ref"
-                                      title="Rotate point"
-                                      tooltip="Rotate point coordinates"
-                                      accept_expressions="0"
-                                      enable_value="enable_by_preferences"/>
             <validator id="GeomValidators_Different" parameters="first_point_ref,second_point_ref,third_point_ref"/>
           </box>
         </toolbox>