Skip to content

Commit

Permalink
Merge pull request #863 from DLR-SC/858-engine-position-swig-export
Browse files Browse the repository at this point in the history
add CCPACSEnginePosition to swig interface
  • Loading branch information
rainman110 authored Dec 14, 2021
2 parents a1af6b2 + f152712 commit f20dcb7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions bindings/python_internal/configuration.i
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
#include "CCPACSTrailingEdgeDevice.h"
#include "CCPACSEnginePylons.h"
#include "CCPACSEnginePylon.h"
#include "CCPACSEnginePosition.h"
#include "generated/CPACSLateralCap_placement.h"
#include "generated/CPACSLateralCap.h"
#include "generated/CPACSBoundingElementUIDs.h"
Expand Down Expand Up @@ -190,6 +191,8 @@
%boost_optional(tigl::CCPACSEnginePositions)
%include "generated/CPACSEnginePositions.h"
%include "CCPACSEnginePositions.h"
%include "generated/CPACSEnginePosition.h"
%include "CCPACSEnginePosition.h"
%include "generated/CPACSNacelleCenterCowl.h"
%include "CCPACSNacelleCenterCowl.h"
%include "generated/CPACSNacelleSections.h"
Expand Down
2 changes: 0 additions & 2 deletions src/engine_nacelle/CCPACSEnginePosition.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ class CCPACSEnginePosition : public generated::CPACSEnginePosition, public CTigl
TIGL_EXPORT void SetSymmetry(const boost::optional<TiglSymmetryAxis>& value) override;
TIGL_EXPORT void SetEngineUID(const std::string& value) override;

TIGL_EXPORT bool HasLoft() const;

protected:
virtual PNamedShape BuildLoft() const override;

Expand Down

0 comments on commit f20dcb7

Please sign in to comment.