Coding - Update method guards for consistency (#1151)

Used regex:
^//[\s\n\r\t]*[-=~]{3,}[\n\r]*//[\s\n\r\t]*[-~a-z0-9_ =\s\t./><']+[\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,30}//[\s\n\r\t]*[-=~]{3,}\n*
This commit is contained in:
Pasukhin Dmitry
2026-03-08 08:45:29 +00:00
committed by GitHub
parent 39db714224
commit 7341688668
237 changed files with 738 additions and 1969 deletions
@@ -148,10 +148,7 @@ void BRepProj_Projection::BuildSection(const TopoDS_Shape& theShape, const TopoD
}
}
//=======================================================================
// function : BRepProj_Projection
// purpose : Cylindrical Projection
//=======================================================================
//=================================================================================================
BRepProj_Projection::BRepProj_Projection(const TopoDS_Shape& Wire,
const TopoDS_Shape& Shape,