[TD]detect breakObject inside Body

This commit is contained in:
wandererfan
2024-08-17 10:12:28 -04:00
committed by sliptonic
parent 8913b84f60
commit 595fbc9c1b
2 changed files with 26 additions and 8 deletions

View File

@@ -412,7 +412,6 @@ bool DrawBrokenView::isBreakObject(const App::DocumentObject& breakObj)
//! horizontal or vertical
bool DrawBrokenView::isBreakObjectSketch(const App::DocumentObject& breakObj)
{
// Base::Console().Message("DBV::isBreakObjectSketch()\n");
TopoDS_Shape locShape = ShapeExtractor::getLocatedShape(&breakObj);
if (locShape.IsNull()) {
return false;