Salome HOME
Issue #144 Perpendicular constraint
authorsbh <sergey.belash@opencascade.com>
Thu, 25 Sep 2014 08:12:26 +0000 (12:12 +0400)
committersbh <sergey.belash@opencascade.com>
Thu, 25 Sep 2014 08:12:26 +0000 (12:12 +0400)
src/SketchPlugin/SketchPlugin_ConstraintPerpendicular.cpp

index c21920928e44752b58b7bf0933be159ae3c11835..d3128d64223d25b4762ba281e38a786cc51c156e 100644 (file)
@@ -25,7 +25,6 @@ void SketchPlugin_ConstraintPerpendicular::initAttributes()
 {
   data()->addAttribute(SketchPlugin_Constraint::ENTITY_A(), ModelAPI_AttributeRefAttr::type());
   data()->addAttribute(SketchPlugin_Constraint::ENTITY_B(), ModelAPI_AttributeRefAttr::type());
-  data()->addAttribute(SketchPlugin_Constraint::FLYOUT_VALUE_PNT(), GeomDataAPI_Point2D::type());
 }
 
 void SketchPlugin_ConstraintPerpendicular::execute()