]> OCCT Git - occt.git/commit
0023954: Modeling Algorithms - BRepPrimAPI_MakeRevol fails to recognize a torus case
authorabulyche <abulyche@opencascade.com>
Fri, 9 Sep 2022 10:21:03 +0000 (13:21 +0300)
committersmoskvin <smoskvin@opencascade.com>
Mon, 31 Oct 2022 15:17:37 +0000 (18:17 +0300)
commit259b9303793e2e821237de9b5fa8e66316b5bced
tree3601a6b35692b80a96a72894d9840751618e0f43
parent3536158f113a003f983ad18556369e38b9297eaa
0023954: Modeling Algorithms - BRepPrimAPI_MakeRevol fails to recognize a torus case

Fixed the Toroidal surface recognition;
The test case bugs/moddata_1/bug22296: the result is a torus with parameters: u [0, 2*PI], v [PI, 3*PI];
The test case bugs/modalg_5/bug23954: BAD -> OK.
src/GeomAdaptor/GeomAdaptor_SurfaceOfRevolution.cxx
tests/bugs/modalg_5/bug23954
tests/bugs/moddata_1/bug22296