Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot define Trailing Edge border of a cell by referencing spar #864

Closed
joergbrech opened this issue Dec 14, 2021 · 0 comments · Fixed by #867
Closed

Cannot define Trailing Edge border of a cell by referencing spar #864

joergbrech opened this issue Dec 14, 2021 · 0 comments · Fixed by #867

Comments

@joergbrech
Copy link
Contributor

The problem is that CCPACSWingCell::CutChordWise always uses the leading edge spar as a cutting shape. We need to differentiate between leading edge and trailing edge here:

// we can use the cutting shape defined by the spar
cuttingShape = m_uidMgr->ResolveObject<CCPACSWingSparSegment>(m_positioningLeadingEdge.GetSparUId())

joergbrech added a commit that referenced this issue Dec 14, 2021
joergbrech added a commit that referenced this issue Dec 14, 2021
@joergbrech joergbrech mentioned this issue Dec 14, 2021
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant