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

The goal: Enable TiGL to create duct-cutouts in the structure of a wing. Furthermore, create approproate unit tests for this. This is related to https://github.com/DLR-SC/tigl/issues/881 and https://github.com/DLR-SC/tigl/pull/889

The goal: Enable TiGL to create duct-cutouts in the structure of a fuselage. Furthermore, create approproate unit tests for this. This is related to #881 and #889

RHEL7 is quite old and it would be nice if we could support RHEL8. Unfortunately, OBS does not yet support RHEL8: https://github.com/openSUSE/open-build-service/issues/10944 and we use OBS to build our Linux...

Fixes #763 ## Description The new function calcuates the intersection wires of the fused aircraft with the plane and sums the area of each closed wire in the intersection. There...

The overwritten `BuildLoft` functions of fuselage segments, wing segments and wing component segments make some assumptions regarding the number of faces per segment. These assumptions may be wrong at the...

bug
Priority-Low

The lofting of a fuselage fails if - a segment contains guide curves, but none is located at relative circumference 0. - a segment contains a single guide curve. This...

bug

TiGL tries to determine if the geometry of a wing cell can be calculated by trimming a surface rather than cutting it with Boolean operations for a better performance. Currently,...

bug

Steps to reproduce: - Open https://github.com/DLR-SC/tigl/blob/master/tests/unittests/TestData/fuselage_structure-v3.xml - Creation of the lofts for any of `"cargoCrossBeam1", "cargoCrossBeamStruct1", "cargoCrossBeamStruct2", "cargoCrossBeamStruct3", "cargoCrossBeamStruct4", "longFloorBeam1", "longFloorBeam2"` will fail with the following error message: ``` The...

bug
Priority-High

The computation of the bulkhead "riffled_bulkhead" crashes. This needs to be fixed! Use the following cpacs file: https://github.com/DLR-SC/tigl/blob/cpacs_3/tests/unittests/TestData/fuselage_structure-v3.xml The issue has two aspects: - No geometry error should crash TiGL...

bug

Hello, I'm on Ubuntu 18.04 and I downloaded the binary from: https://github.com/DLR-SC/tigl/releases/download/v3.2.2/TIGL-3.2.2-ubuntu_18.04-x86_64.tar.gz When I tried to run the binary I got the following error. ``` error while loading shared libraries:...