Replies: 4 comments 17 replies
-
No, unfortunately there is currently no clear way to do this, at least in core Sverchok. If you have FreeCAD libraries installed, AND your curves are NURBS, it's probably possible to write a scripted node which would calculate your curve. |
Beta Was this translation helpful? Give feedback.
-
@in1291 you can try with Solid Boolean and then extract the specific edge. You just have to manually search for it. |
Beta Was this translation helpful? Give feedback.
-
solid-soid = solid # solid boolean |
Beta Was this translation helpful? Give feedback.
-
I finished the node https://nortikin.github.io/sverchok/docs/nodes/solid/solid_section.html There is something to consider though. We have to be aware that the resulting curves are of degree 1 - high resolution polylines. So if smoother results are needed the intersection curves could be approximated with the existing methods. Cheers |
Beta Was this translation helpful? Give feedback.
-
I was wondering if its currently possible to achieve the following: Generate a curve as a result of the intersection of two surfaces?
In the following example, the yellow line shows what would be this resulting curve:
Beta Was this translation helpful? Give feedback.
All reactions