Skip to content

Commit

Permalink
make CCPACSPositioning available for python
Browse files Browse the repository at this point in the history
  • Loading branch information
merakulix committed Jan 6, 2025
1 parent b5a9f3c commit 5bfd8f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bindings/python_internal/configuration.i
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
#include "generated/CPACSWallSegment.h"
#include "generated/CPACSWallSegments.h"
#include "generated/CPACSUIDSequence.h"
#include "generated/CPACSWing.h"
#include "CCPACSDucts.h"
#include "CCPACSDuctAssembly.h"
#include "CCPACSDuct.h"
Expand Down Expand Up @@ -128,6 +129,7 @@
%boost_optional(tigl::generated::CPACSSparCells)
%boost_optional(tigl::CCPACSGuideCurves)
%boost_optional(tigl::CCPACSPositionings)
%boost_optional(tigl::CCPACSPositioning)
%boost_optional(tigl::CCPACSWingComponentSegments)
%boost_optional(tigl::CCPACSWingRibsDefinitions)
%boost_optional(tigl::CCPACSWingSpars)
Expand Down Expand Up @@ -397,6 +399,7 @@ class CCPACSWingRibsPositioning;
%include "CCPACSWingComponentSegments.h"
%include "generated/CPACSPositionings.h"
%include "CCPACSPositionings.h"
%include "CCPACSPositioning.h"
// We have to rename the enums since they collide with those from tigl.h
%rename(GuideCurve_C0) tigl::generated::C0;
%rename(GuideCurve_C1_from_previous) tigl::generated::C1_from_previous;
Expand Down

0 comments on commit 5bfd8f6

Please sign in to comment.