Skip to content

Commit efe3243

Browse files
committed
Removed BOpAlgo_Tools.TreatCompound for compliancy with occt7.4.0p1 see tpaviot#870
1 parent a502e72 commit efe3243

File tree

2 files changed

+4
-20
lines changed

2 files changed

+4
-20
lines changed

src/SWIG_files/wrapper/BOPAlgo.i

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1016,23 +1016,6 @@ None
10161016
") PerformCommonBlocks;
10171017
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>());
10181018
1019-
/****************** TreatCompound ******************/
1020-
/**** md5 signature: b1cc9e0d4e7a7bd0544b9bc0f8d37159 ****/
1021-
%feature("compactdefaultargs") TreatCompound;
1022-
%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.
1023-
1024-
Parameters
1025-
----------
1026-
theS: TopoDS_Shape
1027-
theMFence: TopTools_MapOfShape
1028-
theLS: TopTools_ListOfShape
1029-
1030-
Returns
1031-
-------
1032-
None
1033-
") TreatCompound;
1034-
static void TreatCompound(const TopoDS_Shape & theS, TopTools_MapOfShape & theMFence, TopTools_ListOfShape & theLS);
1035-
10361019
/****************** WiresToFaces ******************/
10371020
/**** md5 signature: 16dc9996c77bddaa892446101a7cb4b5 ****/
10381021
%feature("compactdefaultargs") WiresToFaces;
@@ -1065,6 +1048,10 @@ bool
10651048
@methodnotwrapped
10661049
def FillMap(self):
10671050
pass
1051+
1052+
@methodnotwrapped
1053+
def TreatCompound(self):
1054+
pass
10681055
}
10691056
};
10701057

src/SWIG_files/wrapper/BOPAlgo.pyi

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,6 @@ class BOPAlgo_Tools:
167167
@staticmethod
168168
def PerformCommonBlocks(theMBlocks: BOPDS_IndexedDataMapOfPaveBlockListOfInteger, theAllocator: NCollection_BaseAllocator, pDS: BOPDS_PDS, theContext: Optional[IntTools_Context] = IntTools_Context()) -> None: ...
169169
@staticmethod
170-
def TreatCompound(theS: TopoDS_Shape, theMFence: TopTools_MapOfShape, theLS: TopTools_ListOfShape) -> None: ...
171-
@staticmethod
172170
def WiresToFaces(theWires: TopoDS_Shape, theFaces: TopoDS_Shape, theAngTol: Optional[float] = 1e-8) -> bool: ...
173171

174172
class BOPAlgo_WireEdgeSet:
@@ -481,7 +479,6 @@ BOPAlgo_Tools_FillInternals = BOPAlgo_Tools.FillInternals
481479
BOPAlgo_Tools_IntersectVertices = BOPAlgo_Tools.IntersectVertices
482480
BOPAlgo_Tools_PerformCommonBlocks = BOPAlgo_Tools.PerformCommonBlocks
483481
BOPAlgo_Tools_PerformCommonBlocks = BOPAlgo_Tools.PerformCommonBlocks
484-
BOPAlgo_Tools_TreatCompound = BOPAlgo_Tools.TreatCompound
485482
BOPAlgo_Tools_WiresToFaces = BOPAlgo_Tools.WiresToFaces
486483
BOPAlgo_MakePeriodic_ToDirectionID = BOPAlgo_MakePeriodic.ToDirectionID
487484
BOPAlgo_ShellSplitter_SplitBlock = BOPAlgo_ShellSplitter.SplitBlock

0 commit comments

Comments
 (0)