+ fixes #0001341: more visual feedback for check geometry command

This commit is contained in:
wmayer 2013-12-31 13:25:49 +01:00
parent 020181a96c
commit 69521bdfbd

View File

@ -600,6 +600,8 @@ void SetupResultShellNotClosed::go(ResultEntry *entry)
addTypedSelection(entry, closedWires, TopAbs_EDGE);
addTypedSelection(entry, openWires, TopAbs_EDGE);
getSetupResultBoundingBoxObject().go(entry);
}
SetupResultShellNotClosed& PartGui::getSetupResultShellNotClosedObject()