Salome HOME
Merge remote-tracking branch 'remotes/origin/esy/testModelAPInewTMP'
[modules/shaper.git] / src / FeaturesPlugin / point_coordinates_widget.xml
1 <source>
2   <shape_selector id="point_selected"
3                       icon="icons/Features/point.png"
4                       label="Edge"
5                       tooltip="Select a point"
6                       shape_types="vertex"
7                       default="">
8         <validator id="GeomValidators_ShapeType" parameters="vertex"/>
9         <validator id="GeomValidators_ConstructionComposite"/>
10   </shape_selector>
11   <label id="xcoordinate" isSelectable="true"/>
12   <label id="ycoordinate" isSelectable="true"/>
13   <label id="zcoordinate" isSelectable="true"/>
14 </source>