[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
committed by
Chris Hennes
parent
5dacd60805
commit
ba0e91beb1
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user