Jan Kleinert

Results 64 comments of Jan Kleinert

💐 Thanks for opening your first issue! Note that this is an artifact of the Coons patch algorithm which is still used to generate CPACS geometries from curve networks. That...

The Gordon surface algorithm creates a "better looking" loft: ![tigl_issue_985_gordon](https://github.com/DLR-SC/tigl/assets/25240961/0c5607f4-d94d-4efe-b775-46191006d600) ![tigl_issue_985_gordon2](https://github.com/DLR-SC/tigl/assets/25240961/e5ef53c9-9ce5-4732-9b6b-4d30ab2cf60e) The workaround using a python script I mentioned currently only works for wings and not fuselages due to #986.

Yes: The workaround I had in mind was to use the internal python bindings of tigl to extract the section and guide curve wires of the fuselage and then use...

I can confirm this. This is a tolerance problem caused by the `positioningOuterBorder` of the cell `span03_circ01`: If you change this value from 0.75 to 0.749999 it works. The problem...

This is related to #933. Also a tolerance issue when the inner/outer borders coincide with the segment borders. This is a bug, bt similarly to the before-mentioned issue, a workaround...

Related: #986, #982. Do you have specific classes in mind?

We moved our CI from travis/appveyor to github actions after 3.1.0. I believe we need to make sure that doxygen and pdflatex are installed so that the documentation gets properly...

Thanks for opening an issue here! 💐 The conda packages are automatically built and uploaded via Github actions from here: https://github.com/DLR-SC/tigl-conda. I am definitely in favor of building packages for...

Thanks for opening an issue here. 💐 I agree that this would be convenient. But it would require a bit of work, as we would have to translate our build...

There is an issue with the html artifact on new tags: https://github.com/DLR-SC/tixi/actions/runs/1951235902