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:
@@ -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();
|
||||
|
Reference in New Issue
Block a user