mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-12 11:06:26 +08: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