tigl icon indicating copy to clipboard operation
tigl copied to clipboard

The TiGL Geometry Library to process aircraft geometries in pre-design.

Results 126 tigl issues
Sort by recently updated
recently updated
newest added

## Description This PR implements a method to apply exact reparameterizations of B-splines used for profile curves. The underlying algorithm was found in The NURBS Book (1997; 2nd edtion; Piegl...

Currently, the definition of (starting and end points of) fuselage guide curves is not consistent to user-defined parameterization for (e.g.) kinks. Those guide curve points are, up to now, defined...

See also #909 (and associated PR #1005).

I still can't figure out why the walls (CPACSWalls.h) are not being exported correctly with the Python bindings. Does anyone have an idea? Minimal test code: ```Python from tixi3.tixi3wrapper import...