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 class `CFuseShapes` is used to fuse named shapes in TiGL. The implementation is a workaround to performance and robustness issues with an old OCCT version. Since we switched to...

enhancement

- [ ] Update CPACS schema including our own additions. - [ ] Check the new geometric functionalities we need to implement (e.g. super ellipse). - [ ] Create issue...

Hello. We happened upon an issue during the generation of a fuselage with defined kinks, where the computed profile curves overshoot on a kink edge as shown in the pictures...

When trying to load the attached CPACS file ([test04.zip](https://github.com/DLR-SC/tigl/files/5724263/test04.zip)) within `TIGLViewer` the application terminates with an access violation (tested with the current master 7acc757 and OCE 0.17.2). The source of...

We need a function that computes the cross section area between a component and a user defined plane. This should work in line with the function ```tiglIntersectWithPlane```. Important: To be...

The OBS Build for RHEL7 uses GCC 4.8, which does not yet have full support of `std::regex`. This function is used in https://github.com/DLR-SC/tigl/blob/master/src/Version.h, which was introduced in TiGL 3.2.2. As...

bug
Priority-Critical

Or rather rebase CPACS-Creator branch on master

CPACS-Creator

When just applying an engine to an aircraft (here called "bothEngines") without a nacelle, TiGL-opens an error dialog box in the GUI: ![image](https://user-images.githubusercontent.com/23696124/111145646-c578b200-8588-11eb-8a80-94aae63c1ed9.png) After clicking on "close", TiGL proceeds and...

When trying to add guide curves to a model containing fuselage kinks the kink edges are not generated any more. Additionally it seems that the curve parameters defined by the...

Priority-High

The goal: Enable TiGL to process the structure of ducts. 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