mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-09-04 19:57:55 +08:00
Coding - Function guard update (#610)
- Removed verbose function header comments (name, purpose) across multiple C++ source files. - Introduced a single-line separator comment before each function for consistent formatting. - Applied the change in visualization, modeling, algorithms, foundation, and application framework modules.
This commit is contained in:
@@ -186,10 +186,7 @@ BRepProj_Projection::BRepProj_Projection(const TopoDS_Shape& Wire,
|
||||
BuildSection(Shape, CylSurf.Shape());
|
||||
}
|
||||
|
||||
//=======================================================================
|
||||
// function : BRepProj_Projection
|
||||
// purpose : Conical projection
|
||||
//=======================================================================
|
||||
//=================================================================================================
|
||||
|
||||
BRepProj_Projection::BRepProj_Projection(const TopoDS_Shape& Wire,
|
||||
const TopoDS_Shape& Shape,
|
||||
|
||||
Reference in New Issue
Block a user