diff --git a/ChangeLog.md b/ChangeLog.md index 33425e3bd..fa940c1c4 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -7,6 +7,7 @@ Changes since last release - Fixes: - In #1026, the tolerance for creating cells via contourCoordinate was reduced for cells in spanwise direction. That fixed a bug that caused cells to overlap potentially. The same reduction was missed in chordwise direction and is added now to avoid the cell overlap in chordwise direction, as well. (#1034) + - Added `CCPACSSkin` to python bindings (#1037). Version 3.4.0 diff --git a/bindings/python_internal/configuration.i b/bindings/python_internal/configuration.i index b438b9e08..0a98016f3 100644 --- a/bindings/python_internal/configuration.i +++ b/bindings/python_internal/configuration.i @@ -63,6 +63,8 @@ #include "CCPACSWingSparSegment.h" #include "CCPACSWingRibsDefinition.h" #include "CCPACSSkinSegment.h" +#include "CCPACSDuctStructure.h" +#include "CCPACSSkin.h" #include "CTiglWingChordface.h" #include "CCPACSCrossBeamAssemblyPosition.h" #include "CCPACSCrossBeamStrutAssemblyPosition.h" @@ -300,6 +302,9 @@ namespace tigl %include "CTiglStringerFrameBorderedObject.h" %include "generated/CPACSSkinSegment.h" %include "CCPACSSkinSegment.h" +%boost_optional(tigl::CCPACSSkin) +%include "generated/CPACSSkin.h" +%include "CCPACSSkin.h" %include "generated/CPACSCargoDoorsAssembly.h" %include "generated/CPACSPressureBulkheadAssembly.h" %include "CCPACSPressureBulkheadAssembly.h"