Martin Siggel

Results 91 comments of Martin Siggel

How are we proceeding with this PR? Any plans to merge this?

@jf--- If I understand your code correctly, you create several patches, each of them is bounded by 4 curves. The creation process is done by BRepOffsetAPI_MakeFilling creates a Coons-like patch,...

@jf--- Sorry, after I looked into your code again, I realized, that you even take a different approach. You are plating (fitting) a surface to the curves. This might work...

BTW. I have a student now working on this feature. I'll show some result when we have something to show.

@jf--- , @tpaviot Hi. Here is our first result: ![gordon-occ](https://user-images.githubusercontent.com/3213107/27677624-a5796902-5cb2-11e7-997b-19e372d95775.png) The red crosses are the control points of the surface. The new algorithm uses much less control points as the...

@jf--- @tpaviot It's been a while since I wrote the last time. We finally have something to show / test for you. We finished our curve network interpolation algorithm. We...

By the way, If you want to look at the code, please look here: https://github.com/DLR-SC/tigl/blob/cpacs_3/src/geometry/CTiglInterpolateCurveNetwork.cpp https://github.com/DLR-SC/tigl/blob/cpacs_3/src/geometry/CTiglGordonSurfaceBuilder.cpp https://github.com/DLR-SC/tigl/blob/cpacs_3/src/geometry/CTiglBSplineAlgorithms.cpp https://github.com/DLR-SC/tigl/blob/cpacs_3/src/geometry/CTiglBSplineApproxInterp.cpp https://github.com/DLR-SC/tigl/blob/cpacs_3/src/guide_curves/CTiglCurveNetworkSorter.cpp

@mnesarco Thanks for updating the links. If you have any question regarding the algorithm, don't hesitate to ask. The algorithm is also presented in the paper: https://doi.org/10.1007/s11786-019-00401-y . You can...

> I am working on a small project for parametric guitar design: > > ![image](https://user-images.githubusercontent.com/1087317/188480758-d761d315-021e-4585-a680-fafed6ee16e5.png) > This looks awesome! I hope, that the algorithm is able to model this. Great...

It's available via tigl3 and swig 😏 : https://github.com/DLR-SC/tigl-examples/blob/master/tigl/python/internal-api-3-geometry-modeling.ipynb