|
| 1 | +Description: <short summary of the patch> |
| 2 | + TODO: Put a short summary on the line above and replace this paragraph |
| 3 | + with a longer explanation of this change. Complete the meta-information |
| 4 | + with other relevant fields (see below for details). To make it easier, the |
| 5 | + information below has been extracted from the changelog. Adjust it or drop |
| 6 | + it. |
| 7 | + . |
| 8 | + pythonocc-core (7.4.0-1) unstable; urgency=medium |
| 9 | + . |
| 10 | + * Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP> |
| 11 | +Author: Christophe Trophime <christophe.trophime@lncmi.cnrs.fr> |
| 12 | + |
| 13 | +--- |
| 14 | +The information above should follow the Patch Tagging Guidelines, please |
| 15 | +checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here |
| 16 | +are templates for supplementary fields that you might want to add: |
| 17 | + |
| 18 | +Origin: <vendor|upstream|other>, <url of original patch> |
| 19 | +Bug: <url in upstream bugtracker> |
| 20 | +Bug-Debian: https://bugs.debian.org/<bugnumber> |
| 21 | +Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber> |
| 22 | +Forwarded: <no|not-needed|url proving that it has been forwarded> |
| 23 | +Reviewed-By: <name and email of someone who approved the patch> |
| 24 | +Last-Update: 2020-09-14 |
| 25 | + |
| 26 | +Index: pythonocc-core-7.4.0/src/SWIG_files/wrapper/BOPAlgo.i |
| 27 | +=================================================================== |
| 28 | +--- pythonocc-core-7.4.0.orig/src/SWIG_files/wrapper/BOPAlgo.i |
| 29 | ++++ pythonocc-core-7.4.0/src/SWIG_files/wrapper/BOPAlgo.i |
| 30 | +@@ -632,17 +632,6 @@ class BOPAlgo_Tools { |
| 31 | + :rtype: void") PerformCommonBlocks; |
| 32 | + 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>()); |
| 33 | + |
| 34 | +- /****************** TreatCompound ******************/ |
| 35 | +- %feature("compactdefaultargs") TreatCompound; |
| 36 | +- %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. |
| 37 | +- :param theS: |
| 38 | +- :type theS: TopoDS_Shape |
| 39 | +- :param theMFence: |
| 40 | +- :type theMFence: TopTools_MapOfShape |
| 41 | +- :param theLS: |
| 42 | +- :type theLS: TopTools_ListOfShape |
| 43 | +- :rtype: void") TreatCompound; |
| 44 | +- static void TreatCompound (const TopoDS_Shape & theS,TopTools_MapOfShape & theMFence,TopTools_ListOfShape & theLS); |
| 45 | + |
| 46 | + /****************** WiresToFaces ******************/ |
| 47 | + %feature("compactdefaultargs") WiresToFaces; |
| 48 | +Index: pythonocc-core-7.4.0/src/SWIG_files/wrapper/BOPTools.i |
| 49 | +=================================================================== |
| 50 | +--- pythonocc-core-7.4.0.orig/src/SWIG_files/wrapper/BOPTools.i |
| 51 | ++++ pythonocc-core-7.4.0/src/SWIG_files/wrapper/BOPTools.i |
| 52 | +@@ -776,6 +776,18 @@ class BOPTools_AlgoTools { |
| 53 | + :rtype: int") Sense; |
| 54 | + static Standard_Integer Sense (const TopoDS_Face & theF1,const TopoDS_Face & theF2,const opencascade::handle<IntTools_Context> & theContext); |
| 55 | + |
| 56 | ++ /****************** TreatCompound ******************/ |
| 57 | ++ %feature("compactdefaultargs") TreatCompound; |
| 58 | ++ %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. |
| 59 | ++ :param theS: |
| 60 | ++ :type theS: TopoDS_Shape |
| 61 | ++ :param theLS: |
| 62 | ++ :type theLS: TopTools_ListOfShape |
| 63 | ++ :param theMFence: |
| 64 | ++ :type theMFence: TopTools_MapOfShape |
| 65 | ++ :rtype: void") TreatCompound; |
| 66 | ++ static void TreatCompound (const TopoDS_Shape & theS,TopTools_ListOfShape & theLS, TopTools_MapOfShape * theMFence); |
| 67 | ++ |
| 68 | + /****************** UpdateVertex ******************/ |
| 69 | + %feature("compactdefaultargs") UpdateVertex; |
| 70 | + %feature("autodoc", "* @name Updating the vertex Update the tolerance value for vertex <aV> taking into account the fact that <aV> lays on the curve <aIC> |
0 commit comments