1 <!-- Copyright (C) 2014-20xx CEA/DEN, EDF R&D -->
4 <workbench id="Sketch">
8 nested="SketchPoint SketchLine SketchCircle SketchArc SketchConstraintLength SketchConstraintRadius SketchConstraintDistance SketchConstraintParallel SketchConstraintPerpendicular SketchConstraintRigid SketchConstraintHorizontal SketchConstraintVertical SketchConstraintEqual SketchConstraintTangent SketchConstraintFillet SketchConstraintCoincidence SketchConstraintMirror"
9 when_nested="accept abort"
11 tooltip="Create a new sketch"
12 icon=":icons/sketch.png">
13 <sketch-start-label id="External" title="Select a plane on which to create a sketch" tooltip="Select a plane on which to create a sketch">
14 <validator id="GeomValidators_Face" parameters="plane"/>
16 <!--icon=":pictures/x_point.png"-->
18 <feature id="SketchPoint" title="Point" tooltip="Create a new point" icon=":icons/point.png">
19 <sketch-2dpoint_selector id="PointCoordindates" title="Point" tooltip="Point coordinates"/>
20 <boolvalue id="Auxiliary" label="Auxiliary" default="false" tooltip="Construction element" obligatory="0"/>
22 <feature id="SketchLine" title="Line" tooltip="Create a new line" icon=":icons/line.png">
23 <sketch-2dpoint_selector id="StartPoint" title="Start point" tooltip="Start point coordinates" previous_feature_param="EndPoint"/>
24 <sketch-2dpoint_selector id="EndPoint" title="End point" tooltip="End point coordinates"/>
25 <boolvalue id="Auxiliary" label="Auxiliary" default="false" tooltip="Construction element" obligatory="0"/>
27 <feature id="SketchCircle" title="Circle" tooltip="Create a new circle" icon=":icons/circle.png">
28 <sketch-2dpoint_selector id="CircleCenter" title="Center" tooltip="Center coordinates"/>
29 <point2ddistance id="CircleRadius" first_point="CircleCenter" label="Radius:" min="0" step="1.0" default="0" icon=":icons/radius.png" tooltip="Set radius">
30 <validator id="GeomValidators_Positive"/>
32 <boolvalue id="Auxiliary" label="Auxiliary" default="false" tooltip="Construction element" obligatory="0"/>
34 <feature id="SketchArc" title="Arc" tooltip="Create a new arc" icon=":icons/arc.png">
35 <sketch-2dpoint_selector id="ArcCenter" title="Center" tooltip="Center of a circle"/>
36 <sketch-2dpoint_selector id="ArcStartPoint" title="Start point" tooltip="Start point"/>
37 <sketch-2dpoint_selector id="ArcEndPoint" title="End point" tooltip="End point"/>
38 <boolvalue id="Auxiliary" label="Auxiliary" default="false" tooltip="Construction element" obligatory="0"/>
42 <group id="Constraints">
43 <!-- SketchConstraintDistance -->
45 id="SketchConstraintDistance"
47 tooltip="Set fixed distance from a point to an object"
48 icon=":icons/distance.png">
49 <label title="Select objects for distance definition. Following objects can be accepted: point, line or arc end point, center of circle or arc."/>
50 <sketch_shape_selector
51 id="ConstraintEntityA"
53 tooltip="Select point, line end point, line, center of circle or arc."
54 shape_types="edge vertex">
55 <validator id="SketchPlugin_ExternalValidator" parameters="ConstraintEntityB"/>
56 <validator id="GeomValidators_EdgeOrVertex"/>
57 </sketch_shape_selector>/>
58 <sketch_shape_selector
59 id="ConstraintEntityB"
61 tooltip="Select point, line end point, line, center of circle or arc."
62 shape_types="edge vertex">
63 <validator id="PartSet_DifferentObjects"/>
64 <validator id="SketchPlugin_DistanceAttr" parameters="ConstraintEntityA"/>
65 <validator id="SketchPlugin_ExternalValidator" parameters="ConstraintEntityA"/>
66 <validator id="GeomValidators_EdgeOrVertex"/>
67 </sketch_shape_selector>
68 <sketch-2dpoint_selector id="ConstraintFlyoutValuePnt" default="computed" internal="1" obligatory="0"/>
70 <doublevalue_editor label="Value" tooltip="Distance" id="ConstraintValue" default="computed" min="0">
71 <validator id="GeomValidators_Positive"/>
74 <validator id="PartSet_DistanceSelection"/>
77 <!-- SketchConstraintLength -->
78 <feature id="SketchConstraintLength" title="Length" tooltip="Set fixed length of a line segment" icon=":icons/length.png">
79 <label title="Select a line on which to calculate length" tooltip="Select a line on which to calculate length"/>
80 <shape_selector id="ConstraintEntityA" label="Line" tooltip="Select an line"
82 <validator id="GeomValidators_Edge" parameters="line"/>
84 <sketch-2dpoint_selector id="ConstraintFlyoutValuePnt" default="computed" internal="1" obligatory="0"/>
85 <doublevalue_editor label="Value" tooltip="Length" id="ConstraintValue" default="computed">
86 <validator id="GeomValidators_Positive"/>
88 <validator id="PartSet_LengthSelection"/>
91 <!-- SketchConstraintRadius -->
92 <feature id="SketchConstraintRadius" title="Radius" tooltip="Set fixed radius of a circle or an arc" icon=":icons/radius_constr.png">
93 <label title="Select a circle or an arc on which to calculate radius" tooltip="Select a circle or an arc on which to calculate radius"/>
94 <shape_selector id="ConstraintEntityA" label="Circle or Arc" tooltip="Select a circle or an arc"
96 <validator id="GeomValidators_Edge" parameters="circle"/>
98 <sketch-2dpoint_selector id="ConstraintFlyoutValuePnt" default="computed" internal="1" obligatory="0"/>
99 <doublevalue_editor label="Value" tooltip="Radius" id="ConstraintValue" default="computed"/>
100 <validator id="PartSet_RadiusSelection"/>
103 <!-- SketchConstraintParallel -->
104 <feature id="SketchConstraintParallel" title="Parallel" tooltip="Create constraint defining two parallel lines" icon=":icons/parallel.png">
105 <sketch_shape_selector id="ConstraintEntityA"
106 label="First line" tooltip="Select a line" shape_types="edge">
107 <validator id="GeomValidators_Edge" parameters="line"/>
108 <validator id="PartSet_DifferentObjects"/>
109 <validator id="SketchPlugin_ExternalValidator" parameters="ConstraintEntityB"/>
110 </sketch_shape_selector>
112 <sketch_shape_selector id="ConstraintEntityB" label="Second line" tooltip="Select a line"
114 <validator id="GeomValidators_Edge" parameters="line"/>
115 <validator id="PartSet_DifferentObjects"/>
116 <validator id="SketchPlugin_ExternalValidator" parameters="ConstraintEntityA"/>
117 </sketch_shape_selector>
118 <validator id="PartSet_ParallelSelection"/>
121 <!-- SketchConstraintPerpendicular -->
122 <feature id="SketchConstraintPerpendicular" title="Perpendicular"
123 tooltip="Create constraint defining two perpendicular lines"
124 icon=":icons/perpendicular.png">
125 <sketch_shape_selector id="ConstraintEntityA"
126 label="First line" tooltip="Select an line"
128 <validator id="SketchPlugin_ExternalValidator" parameters="ConstraintEntityB"/>
129 <validator id="GeomValidators_Edge" parameters="line"/>
130 </sketch_shape_selector>
132 <sketch_shape_selector id="ConstraintEntityB"
133 label="Second line" tooltip="Select an line"
135 <validator id="PartSet_DifferentObjects"/>
136 <validator id="SketchPlugin_ExternalValidator" parameters="ConstraintEntityA"/>
137 <validator id="GeomValidators_Edge" parameters="line"/>
138 </sketch_shape_selector>
139 <validator id="PartSet_PerpendicularSelection"/>
142 <!-- SketchConstraintCoincedence -->
143 <feature id="SketchConstraintCoincidence" title="Coincident" tooltip="Create constraint for the coincidence of two points" icon=":icons/coincedence.png">
144 <sketch_shape_selector id="ConstraintEntityA" label="First point" tooltip="Select a first point" shape_types="vertex"/>
145 <sketch_shape_selector id="ConstraintEntityB" label="Second point" tooltip="Select a second point" shape_types="vertex">
146 <validator id="PartSet_DifferentObjects"/>
147 </sketch_shape_selector>
148 <validator id="PartSet_CoincidentSelection"/>
151 <!-- SketchConstraintRigid -->
152 <feature id="SketchConstraintRigid" title="Fixed" tooltip="Fix an object" icon=":icons/fixed.png">
153 <shape_selector id="ConstraintEntityA" label="Object" tooltip="Select an object"
154 shape_types="edge vertex">
155 <validator id="PartSet_SketchEntityValidator" parameters="SketchPoint,SketchLine,SketchCircle,SketchArc"/>
156 <validator id="SketchPlugin_NotFixed"/>
158 <validator id="PartSet_RigidSelection"/>
161 <!-- SketchConstraintHorizontal -->
162 <feature id="SketchConstraintHorizontal" title="Horizontal" tooltip="Create constraint defining horizontal line" icon=":icons/horisontal.png">
163 <sketch_shape_selector id="ConstraintEntityA"
164 label="Line" tooltip="Select a line" shape_types="edge" use_external="false">
165 <validator id="GeomValidators_Edge" parameters="line"/>
166 </sketch_shape_selector>
167 <validator id="PartSet_HVDirSelection"/>
170 <!-- SketchConstraintVertical -->
171 <feature id="SketchConstraintVertical" title="Vertical" tooltip="Create constraint defining vertical line" icon=":icons/vertical.png">
172 <sketch_shape_selector id="ConstraintEntityA"
173 label="Line" tooltip="Select a line" shape_types="edge" use_external="false">
174 <validator id="GeomValidators_Edge" parameters="line"/>
175 </sketch_shape_selector>
176 <validator id="PartSet_HVDirSelection"/>
179 <!-- SketchConstraintEqual -->
180 <feature id="SketchConstraintEqual" title="Equal"
181 tooltip="Create constraint defining equal lengths of two lines or line and arc or equal radii of two arcs or two circles or arc and circle"
182 icon=":icons/equal.png">
183 <sketch_shape_selector id="ConstraintEntityA"
184 label="First object" tooltip="Select line, circle or arc" shape_types="edge">
185 </sketch_shape_selector>
187 <sketch_shape_selector id="ConstraintEntityB"
188 label="Second object" tooltip="Select line, circle or arc" shape_types="edge">
189 <validator id="SketchPlugin_EqualAttr" parameters="ConstraintEntityA"/>
190 <validator id="PartSet_DifferentObjects"/>
191 </sketch_shape_selector>
194 <!-- SketchConstraintTangent -->
195 <feature id="SketchConstraintTangent" title="Tangent" tooltip="Create constraint defining tangency of two objects" icon=":icons/tangent.png">
196 <sketch_shape_selector id="ConstraintEntityA"
197 label="First object" tooltip="Select line or arc" shape_types="edge">
198 </sketch_shape_selector>
200 <sketch_shape_selector id="ConstraintEntityB"
201 label="Second object" tooltip="Select line or arc" shape_types="edge">
202 <validator id="SketchPlugin_TangentAttr" parameters="ConstraintEntityA"/>
203 <validator id="PartSet_DifferentObjects"/>
204 </sketch_shape_selector>
205 <validator id="PartSet_TangentSelection"/>
212 <!-- SketchConstraintFillet -->
213 <feature id="SketchConstraintFillet" title="Fillet" tooltip="Create constraint defining fillet between two objects" icon=":icons/fillet.png">
214 <sketch_shape_selector id="ConstraintEntityA"
215 label="First object" tooltip="Select line or arc" shape_types="edge">
216 <validator id="PartSet_DifferentObjects"/>
217 </sketch_shape_selector>
219 <sketch_shape_selector id="ConstraintEntityB"
220 label="Second object" tooltip="Select line or arc" shape_types="edge">
221 <validator id="PartSet_DifferentObjects"/>
222 </sketch_shape_selector>
224 <doublevalue label="Value" tooltip="Fillet radius" id="ConstraintValue" min="0">
225 <validator id="GeomValidators_Positive"/>
227 <validator id="PartSet_FilletSelection"/>
230 <!-- SketchConstraintMirror -->
232 id="SketchConstraintMirror"
233 title="Mirror" icon=":icons/mirror.png"
234 tooltip="Create constraint, mirroring group of objects">
235 <sketch_shape_selector id="ConstraintEntityA"
236 label="Mirror line" tooltip="Select mirror line" shape_types="edge">
237 <validator id="GeomValidators_Edge" parameters="line"/>
238 </sketch_shape_selector>
239 <multi_selector id="ConstraintMirrorList"
240 label="List of objects"
241 tooltip="Select list of mirroring objects"
243 <validator id="SketchPlugin_MirrorAttr" />