Salome HOME
Coding style (fix too long line)
[modules/shaper.git] / src / ConstructionPlugin / plane_widget.xml
index 6c8e2f9667d54a4c90145257b3968406d4b8b1e5..0c487b5ac7b3af3f229ffa5d5866c8977f518820 100644 (file)
@@ -1,5 +1,3 @@
-<!-- Copyright (C) 2014-20xx CEA/DEN, EDF R&D -->
-
 <source>
   <toolbox id="creation_method">
     <box id="by_three_points"
                       label="Line"
                       tooltip="Select line."
                       icon="icons/Construction/edge.png"
-                      shape_types="edge">
+                      shape_types="edge"
+                      geometrical_selection="true">
         <validator id="GeomValidators_ShapeType" parameters="line"/>
-        <validator id="ConstructionPlugin_ValidatorPlaneLinePoint" parameters="point"/>
+        <validator id="ConstructionPlugin_ValidatorPlaneLinePoint" parameters="point,perpendicular"/>
       </shape_selector>
       <shape_selector id="point"
                       label="Point"
                       tooltip="Select point."
                       icon="icons/Construction/point.png"
                       shape_types="vertex">
-        <validator id="ConstructionPlugin_ValidatorPlaneLinePoint" parameters="line"/>
+        <validator id="ConstructionPlugin_ValidatorPlaneLinePoint" parameters="line,perpendicular"/>
       </shape_selector>
+      <boolvalue id="perpendicular"
+           label="Perpendicular "
+           tooltip="Makes the plane perpendicular to the selected line."
+           default="false"/>
     </box>
     <box id="by_other_plane"
          title="By other plane"
                       label="Plane"
                       tooltip="Select a planar face."
                       icon="icons/Construction/face.png"
-                      shape_types="face">
+                      shape_types="face"
+                      geometrical_selection="true">
         <validator id="GeomValidators_Face" parameters="plane"/>
       </shape_selector>
       <toolbox id="by_other_plane_option">
         <box id="by_distance_from_other"
              title="By distance from other"
              tooltip="Plane by distance from other plane."
-             icon="icons/Construction/plane_by_distance_from_other_32x32.png">
+             icon="icons/Construction/plane_by_distance_from_other_24x24.png">
           <doublevalue id="distance"
                        label="Distance"
                        tooltip="Distance from selected face to plane."
                        icon="icons/Construction/distance_value.png"
-                       default="0"/>
+                       min="0"
+                       default="10">
+          </doublevalue>
+          <integervalue id="nb_copies"
+                        label="Nb copies"
+                        tooltip="Number of copies of the plane"
+                        min="1"
+                        default="1">
+          </integervalue>
+          <boolvalue id="reverse"
+                     label="Reverse"
+                     tooltip="Checked means on the other side of the selected plane."
+                     default="false"/>
         </box>
         <box id="by_coincident_to_point"
              title="By coincident to point"
              tooltip="Plane by coincident to point."
-             icon="icons/Construction/plane_by_coincident_to_point_32x32.png">
+             icon="icons/Construction/plane_by_coincident_to_point_24x24.png">
           <shape_selector id="coincident_point"
                           label="Point"
                           tooltip="Select point."
         <box id="by_rotation"
              title="By rotation"
              tooltip="Plane by rotation around axis."
-             icon="icons/Construction/plane_by_rotation_32x32.png">
+             icon="icons/Construction/plane_by_rotation_24x24.png">
+          <shape_selector id="axis"
+                          label="Axis"
+                          tooltip="Select line for axis."
+                          icon="icons/Construction/axis.png"
+                          shape_types="edge"
+                          geometrical_selection="true">
+            <validator id="GeomValidators_ShapeType" parameters="line"/>
+          </shape_selector>
+          <doublevalue id="angle"
+                       label="Angle"
+                       tooltip="Angle for rotation around axis."
+                       icon="icons/Construction/angle.png"
+                       min="0"
+                       default="45">
+            <validator id="GeomValidators_Positive"/>
+          </doublevalue>
+          <integervalue id="nb_copies"
+                        label="Nb copies"
+                        tooltip="Number of copies of the plane "
+                        min="1"
+                        default="1">
+          </integervalue>
         </box>
       </toolbox>
     </box>
          title="By two parallel planes"
          tooltip="Plane equidistant from 2 parallel planes."
          icon="icons/Construction/plane_by_two_parallel_planes_32x32.png">
-    </box>
-
-
-    <!--<box id="PlaneByFaceAndDistance" title="On some distance from a face">
-      <shape_selector id="planeFace"
-                      label="Plane face"
-                      tooltip="Select a planar face"
-                      shape_types="face">
+      <shape_selector id="plane1"
+                      label="1st plane"
+                      tooltip="Select a planar face."
+                      icon="icons/Construction/face.png"
+                      shape_types="face"
+                      geometrical_selection="true">
         <validator id="GeomValidators_Face" parameters="plane"/>
+        <validator id="ConstructionPlugin_ValidatorPlaneTwoParallelPlanes" parameters="plane2"/>
       </shape_selector>
-      <doublevalue id="distance" 
-                   label="Distance" 
-                   tooltip="Distance from selected face to plane" 
-               default="0" />
-    </box>-->
-
+      <shape_selector id="plane2"
+                      label="2nd plane"
+                      tooltip="Select a planar face."
+                      icon="icons/Construction/face.png"
+                      shape_types="face"
+                      geometrical_selection="true">
+        <validator id="GeomValidators_Face" parameters="plane"/>
+        <validator id="ConstructionPlugin_ValidatorPlaneTwoParallelPlanes" parameters="plane1"/>
+      </shape_selector>
+    </box>
   </toolbox>
 </source>