-
Notifications
You must be signed in to change notification settings - Fork 67
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
Add CCPACSSkin to Python bindings #1041
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1041 +/- ##
=======================================
Coverage 69.47% 69.47%
=======================================
Files 301 301
Lines 26889 26923 +34
=======================================
+ Hits 18681 18705 +24
- Misses 8208 8218 +10
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Short update: CCPACSkin is available now via Python Bindings, CPACSSkinSegments as well. I also tested some of the getter functions of boost::optional types in CCPACSFuselageStructure, such as stringers, frames, cargo_cross_beams, cargo_cross_beam_struts, which are also available now. As discussed with @joergbrech, see RISCSoftware/cpacs_tigl_gen#59 about the getter functions for the vector elements |
Fixes #1037
Description
This PR adds the missing
#include
and%include
statements to the swig interface fileconfiguration.i
.How Has This Been Tested?
Screenshots, that help to understand the changes(if applicable):
Not applicable.
Checklist: