Hi,
In dynamo it is possible to create an intersection between lines or a line and a surface/ solid.
But it is only possible to create the difference geometry between two solids.
Is there also a node that creates the difference between two lines or for example a line and a solid?
It is possible with a small workaround but I can image that there would also be a node for this.
Thanks,
Wouter
hello,
I don’t know if such a custom node exists here is a palliative solution not necessarily the best
when a line and a solid intersect
Cordially
christian.stan
1 Like
thanks, but to be honest I was hoping for a single node.
If its possible to make an intersection it should also be possible to get non-intersecting geometry as an optional result.
1 Like
If you are looking for uncut geometry you can use the Geometry.Split node
Cordially
christian.stan
1 Like
thanks, I didnt know that one
1 Like