Salome HOME
Task #3016: 3.2 To add a mode «through all» for features RevolutionCut and RevolutionFuse
[modules/shaper.git] / src / FiltersPlugin / filter-RelativeToSolid.xml
1 <filter id="RelativeToSolid">
2   <shape_selector id="RelativeToSolid__Solid"
3                   label="Solid:"
4                   tooltip="Select a solid."
5                   shape_types="solids">
6     <validator id="GeomValidators_ShapeType" parameters="solid"/>
7   </shape_selector>
8   <switch id="RelativeToSolid__Location" label="Algorithm:">
9     <case id="in" title="In"/>
10     <case id="out" title="Out"/>
11     <case id="on" title="On"/>
12     <case id="not_on" title="Not On"/>
13     <case id="not_out" title="In &amp; On"/>
14     <case id="not_in" title="On &amp; Out"/>
15   </switch>
16 </filter>