diff --git a/src/TransformationGUI/TransformationGUI_PositionDlg.cxx b/src/TransformationGUI/TransformationGUI_PositionDlg.cxx index 5fb7891af..1515623ec 100644 --- a/src/TransformationGUI/TransformationGUI_PositionDlg.cxx +++ b/src/TransformationGUI/TransformationGUI_PositionDlg.cxx @@ -404,7 +404,7 @@ void TransformationGUI_PositionDlg::SelectionIntoArgument() } } else { - if (S.ShapeType() != TopAbs_EDGE) { + if (S.ShapeType() != TopAbs_EDGE && S.ShapeType() != TopAbs_WIRE) { aSelectedObject = GEOM::GEOM_Object::_nil(); aName = ""; return;