mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 10:10:56 +08:00
0024949: Segmentation Violation during pipe creation
Test cases for issue 0024949 Correction of test case for issue CR24949
This commit is contained in:
@@ -305,3 +305,12 @@ BRepOffsetAPI_MakePipeShell::Generated(const TopoDS_Shape& S)
|
||||
return myGenerated;
|
||||
}
|
||||
|
||||
//=======================================================================
|
||||
//function : ErrorOnSurface
|
||||
//purpose :
|
||||
//=======================================================================
|
||||
|
||||
Standard_Real BRepOffsetAPI_MakePipeShell::ErrorOnSurface() const
|
||||
{
|
||||
return myPipe->ErrorOnSurface();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user