Salome HOME
Selection correction for "objects" type defined in XML. It is not possible to use...
[modules/shaper.git] / src / BuildPlugin / face_widget.xml
1 <!-- Copyright (C) 2014-20xx CEA/DEN, EDF R&D -->
2
3 <source>
4   <multi_selector id="base_objects"
5                   label="Segments and wires:"
6                   tooltip="Select edges on sketch, edges or wires objects."
7                   type_choice="edges wires"
8                   concealment="true">
9     <validator id="BuildPlugin_ValidatorBaseForBuild" parameters="edge,wire"/>
10   </multi_selector>
11   <validator id="BuildPlugin_ValidatorBaseForFace" parameters="base_objects"/>
12 </source>