Skip to content

Commit

Permalink
Prepare 7.7.2.1 (#148)
Browse files Browse the repository at this point in the history
* Update ocp.toml

* Update TWEAK in meta

* Remove the problematic method
  • Loading branch information
adam-urbanczyk authored May 9, 2024
1 parent 4c6912d commit c692e6e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set OCCT_VER = "7.7.2" %}
{% set OCP_TWEAK = "0" %}
{% set OCP_TWEAK = "1" %}

package:
name: ocp
Expand Down
2 changes: 1 addition & 1 deletion ocp.toml
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ class Adaptor3d_Surface;

[Attributes]

__version__ = "7.7.2.0"
__version__ = "7.7.2.1"

[Modules]

Expand Down
7 changes: 1 addition & 6 deletions opencascade/ChFi3d.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,7 @@ public:
const TopoDS_Face& theFace1,
const TopoDS_Face& theFace2,
const GeomAbs_Shape Order = GeomAbs_G1);

Standard_EXPORT static Standard_Boolean IsTangentFaces (const TopoDS_Edge& theEdge,
const TopoDS_Face& theFace1,
const TopoDS_Face& theFace2,
Standard_Real G1Tol,
const GeomAbs_Shape Order = GeomAbs_G1);


//! Returns Reversed in Or1 and(or) Or2 if
//! the concave edge defined by the interior of faces F1 and F2,
Expand Down

0 comments on commit c692e6e

Please sign in to comment.