X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomAPI%2FGeomAPI_Pln.h;h=863a72f617edfe1329eacf23220c0222a08bb000;hb=23119d0e90b60ad1157658b29a23052f7c13d0c3;hp=4a22b226aac326987c620a4d70cbaf89c80380f0;hpb=5a67842979db286af5bb5015fe413d8b06c6587e;p=modules%2Fshaper.git diff --git a/src/GeomAPI/GeomAPI_Pln.h b/src/GeomAPI/GeomAPI_Pln.h index 4a22b226a..863a72f61 100644 --- a/src/GeomAPI/GeomAPI_Pln.h +++ b/src/GeomAPI/GeomAPI_Pln.h @@ -70,10 +70,6 @@ class GeomAPI_Pln : public GeomAPI_Interface GEOMAPI_EXPORT bool isCoincident(const std::shared_ptr thePlane, const double theTolerance = 1.e-7); - /// Returns true if plane is parallel to theLine. - GEOMAPI_EXPORT - bool isParallel(const std::shared_ptr theLine); - /// Returns intersection point or empty if no intersections GEOMAPI_EXPORT std::shared_ptr intersect(const std::shared_ptr& theLine) const; @@ -95,5 +91,8 @@ class GeomAPI_Pln : public GeomAPI_Interface std::shared_ptr intersect(const std::shared_ptr thePlane) const; }; +//! Pointer on the object +typedef std::shared_ptr GeomPlanePtr; + #endif