-
Notifications
You must be signed in to change notification settings - Fork 63
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
Several fuslage python bindings seem to be broken #1037
Comments
The class is probably just not properly registered in the configuration files for the Python bindings with swig. Thanks for letting us know! We will check it out. |
hardt-fa-flb
changed the title
Fuslage CPACSSkin python binding seems to be broken
Several fuslage python bindings seem to be broken
Dec 10, 2024
List of broken python bindings:
|
The |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I tried to access the fuselage skin segments with python. Unfortunately, I got stuck by walking through the class hierarchy at the
CPACSFuselageStructure.get_skin
method, that returns an empty object. The output of the script below is:['__class__', '__delattr__', '__dir__', '__doc__', '__eq__', '__format__', '__ge__', '__getattribute__', '__getstate__', '__gt__', '__hash__', '__init__', '__init_subclass__', '__int__', '__le__', '__lt__', '__ne__', '__new__', '__reduce__', '__reduce_ex__', '__repr__', '__setattr__', '__sizeof__', '__str__', '__subclasshook__', 'acquire', 'append', 'disown', 'next', 'own']
.Use case here: fuselage.zip
The text was updated successfully, but these errors were encountered: