hi everyone ![]()
The two tubes have an intersection. I want to trim the two overlapping parts from both tubes, but it doesn´t work with the “trim” command.
Does anyone know which commands to use?
Thanks so much in advance!
hi everyone ![]()
The two tubes have an intersection. I want to trim the two overlapping parts from both tubes, but it doesn´t work with the “trim” command.
Does anyone know which commands to use?
Thanks so much in advance!
I would use this method:
Intersect the tubes to get the curve where they meet.Plane 3Point to create the intersection plane.Scale the plane so it fully intersects the tubes.Trim both tubes and Cap as needed.Maybe there’s another way with fewer steps.
However, I don´t think plane is working since the curves are curved. Or did I understand it wrong?