1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-09-18 14:27:39 +03:00

0026681: BRepPrimAPI_MakeRevol creates faulty shape

Correction according to remarks

More precise processing of non-SameParameter edges

Correction of mistake

Test cases for issue CR26681
This commit is contained in:
jgv
2015-11-10 14:25:56 +03:00
committed by bugmaster
parent d2eddacc8f
commit 420f79f8bc
4 changed files with 119 additions and 0 deletions

View File

@@ -80,6 +80,8 @@ const BRepSweep_Revol& BRepPrimAPI_MakeRevol::Revol() const
void BRepPrimAPI_MakeRevol::Build()
{
myShape = myRevol.Shape();
BRepLib::UpdateInnerTolerances(myShape);
Done();
// Modified by skv - Fri Mar 4 15:50:09 2005 Begin
myDegenerated.Clear();