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

In the release action, artifacts are not uploaded and the title of the draft release is `refs/tags/vX.X.X` rathern than `TIGL X.X.X`. ``` Artifact html-documentation was downloaded to /home/runner/work/tigl/tigl/html-documentation Artifact download...

The zip file doesn't contain the pdf file of the documentation.

## Description Throwing an exception while building the shells, using invalid side caps, prevents TiGL to build invalid solid shapes. ## How Has This Been Tested? Added test in testFuselageStandardProfileRectangle.cpp...

`CPACSRotor::GetNominalRotationsPerMinute()` returns a `boost::optional&`. The return value is dereferenced in several places without first checking if the `boost::optional` holds a value: https://github.com/DLR-SC/tigl/blob/ede4575ff42c8f7359e940fa2b92c2e48050862e/src/rotor/CCPACSRotor.cpp#L220 https://github.com/DLR-SC/tigl/blob/ede4575ff42c8f7359e940fa2b92c2e48050862e/src/rotor/CCPACSRotorBladeAttachment.cpp#L84 https://github.com/DLR-SC/tigl/blob/ede4575ff42c8f7359e940fa2b92c2e48050862e/src/rotor/CTiglAttachedRotorBlade.cpp#L216 **Suggestion:** I suggest shadowing `GetNominalRotationsPerMinute` in...

When an invalid xml scheme is opened, Tigl crashes without a report. The event is for exemple triggered by this block: MyPosition 1.5 0.0 ExpTurb_Blade1_Sec1 where the sweep angle should...

bug
Priority-Medium
confirmed

We should consider testing tigl with Gordon surfaces activated for CPACS geometries. This concerns all geometries that can be created from a curve network, that is from section definitions and...

Tested in TiGL 3.3.0: ![grafik](https://github.com/DLR-SC/tigl/assets/25240961/ba63ae87-e059-4fac-8feb-bce77ed0661c)

`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...

```python from tixi3 import tixi3wrapper from tigl3 import tigl3wrapper import tigl3.configuration # Create a handle to the tixi document tixi_handle = tixi3wrapper.Tixi3() tixi_handle.open("simpletest.cpacs.xml") # get dihedral using TiXI xpath =...