Skip to content

Commit

Permalink
Removed BOpAlgo_Tools.TreatCompound for compliancy with occt7.4.0p1 see
Browse files Browse the repository at this point in the history
  • Loading branch information
tpaviot committed Oct 12, 2020
1 parent a502e72 commit efe3243
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 20 deletions.
21 changes: 4 additions & 17 deletions src/SWIG_files/wrapper/BOPAlgo.i
Original file line number Diff line number Diff line change
Expand Up @@ -1016,23 +1016,6 @@ None
") PerformCommonBlocks;
static void PerformCommonBlocks(const BOPDS_IndexedDataMapOfPaveBlockListOfInteger & theMBlocks, const opencascade::handle<NCollection_BaseAllocator> & theAllocator, BOPDS_PDS & pDS, const opencascade::handle<IntTools_Context> & theContext = opencascade::handle<IntTools_Context>());
/****************** TreatCompound ******************/
/**** md5 signature: b1cc9e0d4e7a7bd0544b9bc0f8d37159 ****/
%feature("compactdefaultargs") TreatCompound;
%feature("autodoc", "Collect in the output list recursively all non-compound subshapes of the first level of the given shape thes. if a shape presents in the map themfence it is skipped. all shapes put in the output are also added into themfence.

Parameters
----------
theS: TopoDS_Shape
theMFence: TopTools_MapOfShape
theLS: TopTools_ListOfShape

Returns
-------
None
") TreatCompound;
static void TreatCompound(const TopoDS_Shape & theS, TopTools_MapOfShape & theMFence, TopTools_ListOfShape & theLS);
/****************** WiresToFaces ******************/
/**** md5 signature: 16dc9996c77bddaa892446101a7cb4b5 ****/
%feature("compactdefaultargs") WiresToFaces;
Expand Down Expand Up @@ -1065,6 +1048,10 @@ bool
@methodnotwrapped
def FillMap(self):
pass
@methodnotwrapped
def TreatCompound(self):
pass
}
};
Expand Down
3 changes: 0 additions & 3 deletions src/SWIG_files/wrapper/BOPAlgo.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,6 @@ class BOPAlgo_Tools:
@staticmethod
def PerformCommonBlocks(theMBlocks: BOPDS_IndexedDataMapOfPaveBlockListOfInteger, theAllocator: NCollection_BaseAllocator, pDS: BOPDS_PDS, theContext: Optional[IntTools_Context] = IntTools_Context()) -> None: ...
@staticmethod
def TreatCompound(theS: TopoDS_Shape, theMFence: TopTools_MapOfShape, theLS: TopTools_ListOfShape) -> None: ...
@staticmethod
def WiresToFaces(theWires: TopoDS_Shape, theFaces: TopoDS_Shape, theAngTol: Optional[float] = 1e-8) -> bool: ...

class BOPAlgo_WireEdgeSet:
Expand Down Expand Up @@ -481,7 +479,6 @@ BOPAlgo_Tools_FillInternals = BOPAlgo_Tools.FillInternals
BOPAlgo_Tools_IntersectVertices = BOPAlgo_Tools.IntersectVertices
BOPAlgo_Tools_PerformCommonBlocks = BOPAlgo_Tools.PerformCommonBlocks
BOPAlgo_Tools_PerformCommonBlocks = BOPAlgo_Tools.PerformCommonBlocks
BOPAlgo_Tools_TreatCompound = BOPAlgo_Tools.TreatCompound
BOPAlgo_Tools_WiresToFaces = BOPAlgo_Tools.WiresToFaces
BOPAlgo_MakePeriodic_ToDirectionID = BOPAlgo_MakePeriodic.ToDirectionID
BOPAlgo_ShellSplitter_SplitBlock = BOPAlgo_ShellSplitter.SplitBlock
Expand Down

0 comments on commit efe3243

Please sign in to comment.