You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
CCPACSWingSegment
introduces an overload forGetLoft
with aTiglShapeModifier
argument:tigl/src/wing/CCPACSWingSegment.h
Lines 173 to 174 in 45a9428
It seems like the base class
GetLoft
function is not available in the python bindings. In addition, the enumTiglShapeModifier
is not available so that it is not possible to retrieve the loft of a wing segment from python.Note: This was introduced in fb87cd6
The text was updated successfully, but these errors were encountered: