Skip to content

Commit

Permalink
fix #975
Browse files Browse the repository at this point in the history
  • Loading branch information
Kobold authored and joergbrech committed Nov 21, 2023
1 parent be0ea7c commit f8f027e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wing/CTiglWingSegmentGuidecurveBuilder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ std::vector<gp_Pnt> CTiglWingSegmentGuidecurveBuilder::BuildGuideCurvePnts(const
}

// get local x-direction for the guide curve
gp_Dir rxDir = gp_Dir(1., 0., 0.);
gp_Dir rxDir = wingTransform.Transform(gp_Dir(1., 0., 0.));
if (guideCurve->GetRXDirection()) {
rxDir.SetX(guideCurve->GetRXDirection()->GetX());
rxDir.SetY(guideCurve->GetRXDirection()->GetY());
Expand Down

0 comments on commit f8f027e

Please sign in to comment.