2 <groupbox title="Revolution">
3 <sketch_launcher id="sketch"
4 attribute_list_id="base"
5 label="Select:<br />
6 1. Planar face of non-sketch object or a plane. Sketch creation will be started.<br />
7 2. An existing sketch face or contour. Extrusion will be filled by it.<br />
8 3. An existing result shape of kind: wires/edges/vertices. Extrusion will be filled by it."
9 shape_types="Vertices Edges Faces"
10 type_icons=":/icons/revolution_vertex32.png :/icons/revolution_edge32.png :/icons/revolution_face32.png"
13 <validator id="FeaturesPlugin_ValidatorCompositeLauncher" parameters="base,Sketch"/>
15 <multi_selector id="base"
16 label="Select a sketch face"
17 icon="icons/Features/sketch.png"
18 tooltip="Select a sketch face"
19 shape_types="Vertices Edges Faces"
20 type_icons=":/icons/revolution_vertex32.png :/icons/revolution_edge32.png :/icons/revolution_face32.png"
24 <validator id="FeaturesPlugin_ValidatorBaseForGeneration" parameters="vertex,edge,wire,face,shell,compound"/>
26 <shape_selector id="axis_object"
27 icon="icons/Features/axis.png"
29 tooltip="Select an edge for axis"
31 geometrical_selection="true"
33 <validator id="GeomValidators_ShapeType" parameters="line"/>
35 <toolbox id="CreationMethod">
36 <box id="ByAngles" title="By angles" icon="icons/Features/angle_up_down_32x32.png">
43 icon="icons/Features/angle_up.png"
53 icon="icons/Features/angle_down.png"
58 <box id="ByPlanesAndOffsets" title="By bounding planes and angles" icon="icons/Features/plane_inverted_32x32.png">
59 <groupbox title="From">
60 <shape_selector id="from_object"
61 icon="icons/Features/plane.png"
63 tooltip="Bounding plane (select a planar face)"
65 geometrical_selection="true"
66 default="<sketch>">
67 <validator id="GeomValidators_Face" parameters="plane"/>
69 <doublevalue id="from_offset" label="Angle"
70 step="1.0" default="0"
71 icon="icons/Features/angle_up_down.png"
72 tooltip="Angle for "from" bounding plane">
76 <shape_selector id="to_object"
77 icon="icons/Features/plane_inverted.png"
79 tooltip="Bounding plane (select a planar face)"
81 geometrical_selection="true"
82 default="<sketch>">
83 <validator id="GeomValidators_Face" parameters="plane"/>
85 <doublevalue id="to_offset" label="Angle"
86 step="1.0" default="0"
87 icon="icons/Features/angle_up_down.png"
88 tooltip="Angle for "to" bounding plane">
92 <box id="ThroughAll" title="Through all" icon="icons/Features/revol_throughall_32x32.png">
96 <multi_selector id="main_objects"
98 icon="icons/Features/cut_shape.png"
99 tooltip="Objects to Fuse"
100 shape_types="Objects"
103 main_argument="true">
104 <validator id="GeomValidators_ShapeType" parameters="solid"/>
106 <validator id="GeomValidators_ZeroOffset" parameters="CreationMethod,ByAngles,sketch_selection,to_angle,from_angle,to_object,to_offset,from_object,from_offset"/>
107 <validator id="FeaturesPlugin_ValidatorBaseForGenerationSketchOrSketchObjects" parameters="base"/>