0028394: Not precise extrema solution of line and circle lying in the same plane
[occt.git] / src / Extrema / Extrema_ExtElC.hxx
index 83df24a..0c3667f 100644 (file)
@@ -130,6 +130,9 @@ public:
 
 protected:
 
+  //! Computes extrema in case when considered line and circle are in one plane
+  Standard_EXPORT Standard_Boolean PlanarLineCircleExtrema(const gp_Lin& C1,
+                                                           const gp_Circ& C2);