Salome HOME
Merge branch 'Dev_0.6' of newgeom:newgeom into Dev_0.6
authorvsv <vitaly.smetannikov@opencascade.com>
Mon, 8 Dec 2014 15:45:38 +0000 (18:45 +0300)
committervsv <vitaly.smetannikov@opencascade.com>
Mon, 8 Dec 2014 15:45:38 +0000 (18:45 +0300)
src/SketchPlugin/plugin-Sketch.xml

index f616781541fd444e58286fbb33ce3890f069577f..d83e41b6b8ba90720f37de56b0d0231e1ebd1399 100644 (file)
                <sketch_constraint_shape_selector id="ConstraintEntityA" 
                        label="First line" tooltip="Select an line in the viewer" 
                        shape_types="edge" use_subshapes="true">
-                       <validator id="SketchPlugin_ResultLine"/>
                </sketch_constraint_shape_selector>
                
                <sketch_constraint_shape_selector id="ConstraintEntityB" label="Last line" tooltip="Select an line in the viewer" 
                        shape_types="edge" use_subshapes="true">
-                       <validator id="SketchPlugin_ResultLine"/>
                        <validator id="SketchPlugin_DifferentObjects"/>
                </sketch_constraint_shape_selector>
                
                <sketch_constraint_shape_selector id="ConstraintEntityA" 
                        label="First line" tooltip="Select an line in the viewer" 
                        shape_types="edge" use_subshapes="true">
-                       <validator id="SketchPlugin_ResultLine"/>
                </sketch_constraint_shape_selector>
                
                <sketch_constraint_shape_selector id="ConstraintEntityB" 
                        label="Last line" tooltip="Select an line in the viewer" 
                        shape_types="edge" use_subshapes="true">
-                       <validator id="SketchPlugin_ResultLine"/>
                        <validator id="SketchPlugin_DifferentObjects"/>
                </sketch_constraint_shape_selector>
         <validator id="PartSet_PerpendicularValidator"/>