[TD]Revert detail to piecewise algo

This commit is contained in:
wandererfan
2024-01-11 09:20:05 -05:00
committed by WandererFan
parent 71a61cf423
commit df0cf92243
3 changed files with 83 additions and 35 deletions

View File

@@ -184,7 +184,7 @@ TopoDS_Shape DrawViewPart::getSourceShape(bool fuse) const
//! version of the shape? Should we have a getShapeForSection?
TopoDS_Shape DrawViewPart::getShapeForDetail() const
{
return ShapeUtils::rotateShape(getSourceShape(true), getProjectionCS(), Rotation.getValue());
return ShapeUtils::rotateShape(getSourceShape(false), getProjectionCS(), Rotation.getValue());
}
//! combine the regular links and xlinks into a single list