mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-03 14:10:33 +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:
@@ -53,9 +53,6 @@ package BRepTools
|
||||
-- * OuterWire : A method to find the outer wire of a
|
||||
-- face.
|
||||
--
|
||||
-- * OuterShell : A method to find the outer shell of
|
||||
-- a solid.
|
||||
--
|
||||
-- * Map3DEdges : A method to map all the 3D Edges of
|
||||
-- a Shape.
|
||||
--
|
||||
@@ -234,10 +231,6 @@ is
|
||||
---Purpose: Returns the outer most wire of <F>. Returns a Null
|
||||
-- wire if <F> has no wires.
|
||||
|
||||
OuterShell(S : Solid from TopoDS) returns Shell from TopoDS;
|
||||
---Purpose: Returns the outer most shell of <S>. Returns a Null
|
||||
-- wire if <S> has no shells.
|
||||
|
||||
Map3DEdges(S : Shape from TopoDS;
|
||||
M : in out IndexedMapOfShape from TopTools);
|
||||
---Purpose: Stores in the map <M> all the 3D topology edges
|
||||
|
Reference in New Issue
Block a user