DLR-SC / tigl

The TiGL Geometry Library to process aircraft geometries in pre-design.
https://dlr-sc.github.io/tigl/
Apache License 2.0
235 stars 60 forks source link

CCPACSWingSegment::GetLoft seems to be inavailable in python bindings #982

Open joergbrech opened 9 months ago

joergbrech commented 9 months ago

CCPACSWingSegment introduces an overload for GetLoft with a TiglShapeModifier argument:

https://github.com/DLR-SC/tigl/blob/45a94289433b3fcd60217859ab331f72e958e811/src/wing/CCPACSWingSegment.h#L173-L174

It seems like the base class GetLoft function is not available in the python bindings. In addition, the enum TiglShapeModifier is not available so that it is not possible to retrieve the loft of a wing segment from python.

Note: This was introduced in https://github.com/DLR-SC/tigl/commit/fb87cd650bc39e16b46f459d7865b890d6562d4c