2 <sketch_launcher id="sketch"
3 attribute_list_id="base"
4 label="Select:<br />
5 1. Planar face of non-sketch object or a plane. Sketch creation will be started.<br />
6 2. An existing sketch face or contour. Extrusion will be filled by it.<br />
7 3. An existing result shape of kind: wires/edges/vertices. Extrusion will be filled by it."
8 shape_types="Vertices Edges Faces"
9 type_icons=":/icons/revolution_vertex32.png :/icons/revolution_edge32.png :/icons/revolution_face32.png"
12 <validator id="FeaturesPlugin_ValidatorCompositeLauncher" parameters="base,Sketch"/>
14 <multi_selector id="base"
16 tooltip="Select a base objects"
17 shape_types="Vertices Edges Faces"
18 type_icons=":/icons/revolution_vertex32.png :/icons/revolution_edge32.png :/icons/revolution_face32.png"
22 <validator id="FeaturesPlugin_ValidatorBaseForGeneration" parameters="vertex,edge,wire,face,shell,compound"/>
24 <shape_selector id="axis_object"
25 icon="icons/Features/axis.png"
27 tooltip="Select an edge for axis"
29 geometrical_selection="true"
31 <validator id="GeomValidators_ShapeType" parameters="line"/>
33 <toolbox id="CreationMethod">
36 icon="icons/Features/angle_up_down_32x32.png">
38 <doublevalue id="to_angle"
42 icon="icons/Features/angle_up.png"
46 <doublevalue id="from_angle"
50 icon="icons/Features/angle_down.png"
51 tooltip="From angle"/>
54 <box id="ByPlanesAndOffsets"
55 title="By bounding planes and angles"
56 icon="icons/Features/plane_inverted_32x32.png">
57 <groupbox title="From">
58 <shape_selector id="from_object"
59 icon="icons/Features/plane.png"
61 tooltip="Bounding plane (select a planar face)"
63 geometrical_selection="true"
64 default="<base sketch>">
65 <validator id="GeomValidators_Face" parameters="plane"/>
67 <doublevalue id="from_offset"
71 icon="icons/Features/angle_up_down.png"
72 tooltip="Angle for "from" bounding plane"/>
75 <shape_selector id="to_object"
76 icon="icons/Features/plane_inverted.png"
78 tooltip="Bounding plane (select a planar face)"
80 geometrical_selection="true"
81 default="<base sketch>">
82 <validator id="GeomValidators_Face" parameters="plane"/>
84 <doublevalue id="to_offset"
88 icon="icons/Features/angle_up_down.png"
89 tooltip="Angle for "to" bounding plane"/>
93 <validator id="GeomValidators_ZeroOffset" parameters="CreationMethod,ByAngles,base,to_angle,from_angle,to_object,to_offset,from_object,from_offset"/>
94 <validator id="FeaturesPlugin_ValidatorBaseForGenerationSketchOrSketchObjects" parameters="base"/>