<feature id="SketchConstraintPerpendicular" title="Perpendicular" tooltip="Create constraint defining two perpendicular lines" icon=":icons/perpendicular.png">
<feature_selector id="ConstraintEntityA" label="First line" tooltip="Select an line in the viewer">
- <validator id="SketchPlugin_ResultLineValidator"/>
+ <validator id="SketchPlugin_ResultLine"/>
+ <validator id="SketchPlugin_DifferentObjects"/>
</feature_selector>
<feature_selector id="ConstraintEntityB" label="Last line" tooltip="Select an line in the viewer">
- <validator id="SketchPlugin_ResultLineValidator"/>
+ <validator id="SketchPlugin_ResultLine"/>
+ <validator id="SketchPlugin_DifferentObjects"/>
</feature_selector>
- <point_selector id="ConstraintFlyoutValuePnt" internal="1"/>
<validator id="PartSet_PerpendicularValidator"/>
</feature>
</group>