mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-04 13:13:25 +03:00
0022968: RebuildShape exchanges 2d-curves
This commit is contained in:
@@ -118,7 +118,7 @@ static Standard_Boolean RebuildShape(const TopoDS_Edge& theEdge, TopoDS_Edge& th
|
||||
c2d1= BRep_Tool::CurveOnSurface(tmpE,theFace,First2d,Last2d);
|
||||
TopAbs_Orientation OrEdge = theNewEdge.Orientation();
|
||||
|
||||
if(theNewFace.Orientation() == TopAbs_REVERSED)
|
||||
if(theFace.Orientation() == TopAbs_REVERSED)
|
||||
OrEdge = ( OrEdge == TopAbs_FORWARD ? TopAbs_REVERSED : TopAbs_FORWARD);
|
||||
|
||||
if(OrEdge == TopAbs_FORWARD)
|
||||
|
Reference in New Issue
Block a user