[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot]
2025-03-17 19:40:18 +00:00
committed by Chris Hennes
parent 5dacd60805
commit ba0e91beb1
3 changed files with 12 additions and 8 deletions

View File

@@ -195,12 +195,16 @@ private:
Drawing::ProjectionAlgos::ExtractionType type =
Drawing::ProjectionAlgos::Plain;
if (hidden) {
type = (Drawing::ProjectionAlgos::ExtractionType)(
type | Drawing::ProjectionAlgos::WithHidden);
type = (Drawing::ProjectionAlgos::
ExtractionType)(type
| Drawing::ProjectionAlgos::
WithHidden);
}
if (smooth) {
type = (Drawing::ProjectionAlgos::ExtractionType)(
type | Drawing::ProjectionAlgos::WithSmooth);
type = (Drawing::ProjectionAlgos::
ExtractionType)(type
| Drawing::ProjectionAlgos::
WithSmooth);
}
float scale = view->Scale.getValue();
float tol = view->Tolerance.getValue();