revolutioncut_widget.xml
revolutionfuse_widget.xml
rotation_widget.xml
- movement_widget.xml
+ translation_widget.xml
boolean_widget.xml
group_widget.xml
partition_widget.xml
+++ /dev/null
-<!-- Copyright (C) 2014-20xx CEA/DEN, EDF R&D -->
-
-<source>
- <multi_selector id="main_objects"
- label="Main objects"
- icon=":icons/cut_shape.png"
- tooltip="Select a solid objects"
- type_choice=""
- concealment="true">
- </multi_selector>
- <shape_selector id="axis_object"
- icon=":icons/axis.png"
- label="Axis"
- tooltip="Select an edge for axis"
- shape_types="edge"
- default="">
- <validator id="GeomValidators_ShapeType" parameters="line"/>
- </shape_selector>
- <doublevalue
- id="distance"
- label="Distance"
- step="1.0"
- default="0"
- icon=":icons/radius.png"
- tooltip="Distance">
- </doublevalue>
-</source>
\ No newline at end of file
<source path="placement_widget.xml"/>
</feature>
<feature id="Translation" title="Translation" tooltip="Perform translation of an objects along the axis to specified distance" icon=":icons/movement.png">
- <source path="movement_widget.xml"/>
+ <source path="translation_widget.xml"/>
</feature>
<feature id="Rotation" title="Rotation" tooltip="Perform rotation of an objects around the axis to specified angle" icon=":icons/rotation.png">
<source path="rotation_widget.xml"/>
--- /dev/null
+<!-- Copyright (C) 2014-20xx CEA/DEN, EDF R&D -->
+
+<source>
+ <multi_selector id="main_objects"
+ label="Main objects"
+ icon=":icons/cut_shape.png"
+ tooltip="Select a solid objects"
+ type_choice=""
+ concealment="true">
+ </multi_selector>
+ <shape_selector id="axis_object"
+ icon=":icons/axis.png"
+ label="Axis"
+ tooltip="Select an edge for axis"
+ shape_types="edge"
+ default="">
+ <validator id="GeomValidators_ShapeType" parameters="line"/>
+ </shape_selector>
+ <doublevalue
+ id="distance"
+ label="Distance"
+ step="1.0"
+ default="0"
+ icon=":icons/dimension_v.png"
+ tooltip="Distance">
+ </doublevalue>
+</source>
\ No newline at end of file