File tree 3 files changed +3
-8
lines changed
3 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 1
1
{% set OCCT_VER = "7.7.2" %}
2
- {% set OCP_TWEAK = "0 " %}
2
+ {% set OCP_TWEAK = "1 " %}
3
3
4
4
package :
5
5
name : ocp
Original file line number Diff line number Diff line change @@ -408,7 +408,7 @@ class Adaptor3d_Surface;
408
408
409
409
[Attributes ]
410
410
411
- __version__ = " 7.7.2.0 "
411
+ __version__ = " 7.7.2.1 "
412
412
413
413
[Modules ]
414
414
Original file line number Diff line number Diff line change @@ -49,12 +49,7 @@ public:
49
49
const TopoDS_Face& theFace1,
50
50
const TopoDS_Face& theFace2,
51
51
const GeomAbs_Shape Order = GeomAbs_G1);
52
-
53
- Standard_EXPORT static Standard_Boolean IsTangentFaces (const TopoDS_Edge& theEdge,
54
- const TopoDS_Face& theFace1,
55
- const TopoDS_Face& theFace2,
56
- Standard_Real G1Tol,
57
- const GeomAbs_Shape Order = GeomAbs_G1);
52
+
58
53
59
54
// ! Returns Reversed in Or1 and(or) Or2 if
60
55
// ! the concave edge defined by the interior of faces F1 and F2,
You can’t perform that action at this time.
0 commit comments