Coding - Method guard iterative update (#732)

Used regex in src folder:
^//[\s\n\r\t]*[-=]{2,}[=]*[\n\r]*//[\s\n\r\t]*[a-z]+[\s\n\r\t]*:[\s\n\r\t]*[a-z0-9_:\t\s]*[\s\n\r\t]*//[\s\n\r\t]*[a-z]+[\s\n\r\t]*:[\s\n\r\t]*[a-z0-9_\s\t./-><]{0,22}//[\s\n\r\t]*[-=]{3,}[=]*
This commit is contained in:
Pasukhin Dmitry
2025-09-21 11:50:56 +01:00
committed by GitHub
parent bbf9fe96a7
commit 47bc102e28
66 changed files with 604 additions and 1093 deletions
@@ -183,10 +183,7 @@ void BRepPrim_Builder::SetParameters(TopoDS_Edge& E,
myBuilder.Range(E, P1, P2);
}
//=======================================================================
// function : AddWireEdge
// purpose : Add an Edge to a Wire
//=======================================================================
//=================================================================================================
void BRepPrim_Builder::AddWireEdge(TopoDS_Wire& W,
const TopoDS_Edge& E,
@@ -205,10 +202,7 @@ void BRepPrim_Builder::AddFaceWire(TopoDS_Face& F, const TopoDS_Wire& W) const
myBuilder.Add(F, W);
}
//=======================================================================
// function : AddShellFace
// purpose : Add a Face to a Shell
//=======================================================================
//=================================================================================================
void BRepPrim_Builder::AddShellFace(TopoDS_Shell& S, const TopoDS_Face& F) const
{