Salome HOME
Property pannel connected with the model through the ModuelBase dll.
[modules/shaper.git] / src / Config / plugin-PartSet.xml
index d3d7d4cb22a1ffd8dcb041293f54e84166387b62..decbb89ef409d9429361c1e2e0b1034162b91805 100644 (file)
@@ -1,14 +1,23 @@
-<plugin name="PartSet">
-  <workbench>
-    <group name="Part">
-      <feature id="new_part" text="Part" tooltip="Creates a new part" icon=":pictures/part_ico.png"/>
+<plugin>
+  <workbench id="Part">
+    <group id="Operations">
+      <feature id="Part" text="New part" tooltip="Creates a new part" icon=":pictures/part_ico.png"/>
       <feature id="duplicate" text="Duplicate" tooltip="Duplicate selected object" icon=":icons/duplicate.png"/>
       <feature id="remove" text="Remove"  tooltip="Remove selected object" icon=":icons/remove.png"/>
     </group>
-    <group name="Construction">
-      <feature id="new_point" text="Point" tooltip="Create a new point" icon=":icons/point.png"/>
-      <feature id="new_axis" text="Axis" tooltip="Create a new axis" icon=":icons/axis.png" keysequence=""/>
-      <feature id="new_plane" text="Plane" tooltip="Create a new plane" icon=":icons/plane.png" keysequence=""/>
+  </workbench>
+  <workbench id="Construction">
+    <group id="Basic">
+      <feature id="Point" text="Point" tooltip="Create a new point" icon=":icons/point.png">
+        <value id="x" type="double" label="X:" min="0" max="" step="0.1" default="0" 
+               icon=":pictures/x_point.png" tooltip="Set X"/>
+        <value id="y" type="double" label="Y:" min="0" max="" step="0.1" default="1" 
+               icon=":pictures/y_point.png" tooltip="Set Y"/>
+        <value id="z" type="double" label="Z:" min="0" max="10" step="0.1" default="2" 
+               icon=":pictures/z_point.png" tooltip="Set Z"/>
+      </feature>
+      <feature id="Axis" text="Axis" tooltip="Create a new axis" icon=":icons/axis.png" keysequence=""/>
+      <feature id="Plane" text="Plane" tooltip="Create a new plane" icon=":icons/plane.png" keysequence=""/>
     </group>
   </workbench>  
-</plugin>
\ No newline at end of file
+</plugin>