Martin Siggel

Results 41 issues of Martin Siggel

This PR implements a custom directory structure for fbs. Note: the previous directory structure is still used by default. Implementation details ---------------------- A customized directory structure is implemented as follows:...

This is probably asked already, but I could not find it here in the issue tracker. Is there any plan to support a customized directory structure? Currently, adding FBS to...

I just realized, that the number of Iso Lines in U-Direction does not change anymore. The code has not changed for a while, so I suppose it is a bug...

bug

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

This is a huge issue and must probably be split into multiple smaller ones. Absolute values have the problem, the the algorithms are not invariant of model scaling and might...

Epic

GeomAlgo_Splitter is a copy from the Salome project and is licensed under the L-GPL. This makes it hard to use TiGL from commercial code. Since OpenCASCADE 7.1.0, the algorithm is...

We need test for the python bindings. As at least on of the CI jobs builds the bindings, we can test them easily.

Following up #802, it has been found that the order of segment faces is wrong, if the leading edge is zero ![face_ordering](https://user-images.githubusercontent.com/3213107/116560475-b4e68600-a901-11eb-90e1-81c5df45ce9b.png) Making shells in line https://github.com/DLR-SC/tigl/blob/1ffa6c5cbc750b843449ed66614f2489237493d4/src/geometry/CTiglPatchShell.cpp#L162 reorders the faces....

> When thinking about it, we should just remove the todo. I agree. I wonder if in consequence we should remove the reparametrization from `CTiglBSplineAlgorithms::createCommonKnotsVectorCurve`: This would be more consistent...

enhancement