Skip to content

Commit

Permalink
Merge pull request #199 from twobrainsgmbh/fix/Projection-SetPlacement
Browse files Browse the repository at this point in the history
Add `SetCoefficients` call to `SetPlacement(double factor, double dx, double dy)` in Projection
  • Loading branch information
dsn27 authored Dec 12, 2024
2 parents 7b852d5 + 61990c1 commit e784dae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CADability/Projection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -706,6 +706,7 @@ public void SetPlacement(double factor, double dx, double dy)
placementFactor = factor;
placementX = dx;
placementY = dy;
SetCoefficients();
}
/// <summary>
/// Liefert die Werte für die Platzierung. Achtung: die Y-Werte müssen mit dem negativen
Expand Down

0 comments on commit e784dae

Please sign in to comment.