Jan Kleinert
Jan Kleinert
As per our chat on MM: Let's make sure that this doesn't affect the TiGL performance too much. One option could be to activate the test only in debug mode...
I am sorry, could you please have another look at the coverage report?
> I am sorry, could you please have another look at the coverage report? NVM, the uncovered lines are in a fallback implementation for non-planar profiles, which are not supported...
Thanks for opening an issue here! Would you be able to upload a minimal example CPACS file here, so that I can try to reproduce this?
I can confirm this. Thanks for the find! Some more info: Commenting out the VTP TE guide curve in line 1107 gives the error: ```console ERR 12/20 10:51:59 CTiglMakeLoft.cpp:229] Could...
I think this might be the same as https://github.com/DLR-SC/tigl/issues/891, but I would have to verify. In general, TiGL requires you to define a *valid* curve network when you use guide...
I can confirm this. I believe the crash originates [in this line](https://github.com/DLR-SC/tigl/blob/ab2e70492bdba2274783c0f5cac80a4b248f167d/src/generated/CPACSPositioning.cpp#L133), so this may be a tixi bug.
See https://github.com/DLR-SC/tigl-conda/issues/15. It is planned to add the TiGL-Viewer to the conda packages.
> What is the current standard way of installing TIGL-Viewer on Linux? https://dlr-sc.github.io/tigl/doc/latest/tigl_installation.html. Unfortunately, we don't have current TiGL Releases for recent Redhat versions, see https://github.com/DLR-SC/tigl/issues/895. I hope that we...
@MarAlder I think your approach of throwing a warning is fine. I usually try to follow two rules of thumb and find a good compromise: - Robustness: TiGL should ideally...