2 <multi_selector id="base_objects"
4 tooltip="Select a base objects"
5 shape_types="vertices edges wires faces shells compsolids"
8 <validator id="FeaturesPlugin_ValidatorBaseForGeneration" parameters="vertex,edge,wire,face,shell,compound"/>
10 <shape_selector id="path_object"
12 tooltip="Select an edge or wire for path"
13 shape_types="edge wire"
15 <validator id="FeaturesPlugin_ValidatorPipePath"/>
17 <toolbox id="creation_method">
18 <box id="simple" title="Simple pipe by objects and path" icon="icons/Features/pipe_simple_32x32.png"/>
19 <box id="binormal" title="Pipe by objects, path and Bi-Normal" icon="icons/Features/pipe_binormal_32x32.png">
20 <shape_selector id="binormal"
22 tooltip="Select an edge for Bi-Normal"
25 <validator id="GeomValidators_ShapeType" parameters="line"/>
28 <box id="locations" title="Pipe by objects, path and locations" icon="icons/Features/pipe_locations_32x32.png">
29 <multi_selector id="locations_objects"
31 tooltip="Select one or more vertices to specify the locations"
34 <validator id="FeaturesPlugin_ValidatorPipeLocations"/>
38 <validator id="FeaturesPlugin_ValidatorPipeLocationsNumber"/>
39 <validator id="FeaturesPlugin_ValidatorBaseForGenerationSketchOrSketchObjects" parameters="base_objects"/>