Skip to content

Commit

Permalink
Add CCPACSSkin to Python bindings
Browse files Browse the repository at this point in the history
Fixes #1037
  • Loading branch information
joergbrech authored Dec 3, 2024
1 parent c5ccbb2 commit 2738101
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bindings/python_internal/configuration.i
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@
#include "CCPACSDucts.h"
#include "CCPACSDuctAssembly.h"
#include "CCPACSDuct.h"
#include "CCPACSSkin.h"
%}

%feature("autodoc", "3");
Expand Down Expand Up @@ -300,6 +301,7 @@ namespace tigl
%include "CTiglStringerFrameBorderedObject.h"
%include "generated/CPACSSkinSegment.h"
%include "CCPACSSkinSegment.h"
%include "CCPACSSkin.h"
%include "generated/CPACSCargoDoorsAssembly.h"
%include "generated/CPACSPressureBulkheadAssembly.h"
%include "CCPACSPressureBulkheadAssembly.h"
Expand Down

0 comments on commit 2738101

Please sign in to comment.