Console: rename PascalCase named methods to camelCase

This commit is contained in:
bofdahof
2025-03-30 00:50:27 +10:00
committed by Kacper Donat
parent d4ecf95ca5
commit 998f4e4d45
497 changed files with 2423 additions and 2425 deletions

View File

@@ -596,7 +596,7 @@ void SketchAnalysis::analyseMissingPointOnPointCoincident(double angleprecision)
}
}
catch (Base::Exception&) {
Base::Console().Warning("Point-On-Point Coincidence analysis: unable to obtain "
Base::Console().warning("Point-On-Point Coincidence analysis: unable to obtain "
"derivative. Detection ignored.\n");
continue;
}
@@ -930,7 +930,7 @@ int SketchAnalysis::autoconstraint(double precision,
// STAGE 3: Equality constraint detection
int ne = detectMissingEqualityConstraints(precision);
Base::Console().Log("Constraints: Vertical/Horizontal: %d found. "
Base::Console().log("Constraints: Vertical/Horizontal: %d found. "
"Point-on-point: %d. Equality: %d\n",
nhv,
nc,