mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-09-05 04:07:58 +08:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user