[TD]provide result of detail to other views

This commit is contained in:
wandererfan
2023-07-09 20:26:09 -04:00
committed by WandererFan
parent d087a8fea4
commit a379f17b1c
2 changed files with 6 additions and 0 deletions

View File

@@ -332,6 +332,9 @@ void DrawViewDetail::makeDetailShape(const TopoDS_Shape& shape, DrawViewPart* dv
}
}
// save the detail shape for further processing
m_detailShape = pieces;
if (debugDetail()) {
BRepTools::Write(tool, "DVDTool.brep"); //debug
BRepTools::Write(copyShape, "DVDCopy.brep");//debug