Open MatthiasJ1 opened 9 months ago
IIRC TopoDS_Shape::Orientation
does not actually reverse the edge and doesn't really fix the problem. Unless you can show how it can be done, this issue will be closed as there is nothing more that can be done.
IIRC TopoDS_Shape::Orientation does not actually reverse the edge
It do
Please show me a working example of position_at
behaving differently before and after.
I've spent a lot of time on time on trying to get this to work in the past and can't afford to spend time on it now. Maybe in the future I'll look at it again but no guarantees.
@gumyr I've faced with a related issue when trim isn't working correctly with reversed curves. Currently I try to get into OCCT mess with reversed curves consisting of reversed edges. Hope I could find a solution and make a PR.
"The e.reversed() method is creating new edges with new vertices all the the direction "fixed" which is breaking the connection back to the original vertices." (https://github.com/gumyr/build123d/issues/474#issuecomment-1913639183)
This is supposed to be done with
TopoDS_Shape::Orientation