|
| 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. More...
|
| |
| GEOMAPI_EXPORT | GeomAPI_Angle (const std::shared_ptr< GeomAPI_Pnt > &thePoint1, const std::shared_ptr< GeomAPI_Pnt > &thePoint2, const std::shared_ptr< GeomAPI_Pnt > &thePoint3) |
| | Creation of an angle defined by 3 points (the second point is an apex of an angle). More...
|
| |
| GEOMAPI_EXPORT double | angleDegree () |
| | Returns value of the angle in degrees. More...
|
| |
| GEOMAPI_EXPORT double | angleRadian () |
| | Returns value of the angle in radians. More...
|
| |
| template<class T > |
| T * | implPtr () |
| | Returns the pointer to the impl. More...
|
| |
| template<class T > |
| const T * | implPtr () const |
| | Returns the pointer to the impl. More...
|
| |
| template<class T > |
| const T & | impl () const |
| | Returns the reference object of the impl. More...
|
| |
| template<class T > |
| void | setImpl (T *theImpl) |
| | Updates the impl (deletes the old one) More...
|
| |
| GEOMAPI_EXPORT bool | empty () const |
| | Returns true if the impl is empty. More...
|
| |