20 #ifndef GeomAPI_Angle_H_
21 #define GeomAPI_Angle_H_
23 #include <GeomAPI_Interface.h>
37 const std::shared_ptr<GeomAPI_Edge>& theEdge2,
38 const std::shared_ptr<GeomAPI_Pnt>& thePoint);
43 const std::shared_ptr<GeomAPI_Pnt>& thePoint2,
44 const std::shared_ptr<GeomAPI_Pnt>& thePoint3);
Build an angle.
Definition: GeomAPI_Angle.h:32
GEOMAPI_EXPORT double angleDegree()
Returns value of the angle in degrees.
Definition: GeomAPI_Angle.cpp:90
GEOMAPI_EXPORT double angleRadian()
Returns value of the angle in radians.
Definition: GeomAPI_Angle.cpp:95
GEOMAPI_EXPORT GeomAPI_Angle(const std::shared_ptr< GeomAPI_Edge > &theEdge1, const std::shared_ptr< GeomAPI_Edge > &theEdge2, const std::shared_ptr< GeomAPI_Pnt > &thePoint)
Creation of an angle defined by two edges in the given intersection point.
Definition: GeomAPI_Angle.cpp:43
Interface to the edge object.
Definition: GeomAPI_Edge.h:38
General base class for all interfaces in this package.
Definition: GeomAPI_Interface.h:38
3D point defined by three coordinates
Definition: GeomAPI_Pnt.h:38