1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +03:00

0023487: Remove obsolete BRepTools::OuterShell() function

All corresponding calls to BRepTools::OuterShell() replaced by function BRepClass3d::OuterShell()
Changed function BRepClass3d::OuterShell
This commit is contained in:
ilv
2012-11-23 15:01:28 +04:00
parent 66d6976f7a
commit 2f0109b77d
9 changed files with 39 additions and 43 deletions

View File

@@ -60,5 +60,6 @@ is
returns Shell from TopoDS;
---Purpose: Returns the outer most shell of <S>. Returns a Null
-- shell if <S> has no outer shell.
-- If <S> has only one shell, then it will return, without checking orientation.
end BRepClass3d;