|
SHAPER
9.15.0
|
Project curve onto a plane. More...
Public Member Functions | |
| GEOMALGOAPI_EXPORT | GeomAlgoAPI_Projection (const std::shared_ptr< GeomAPI_Pln > &thePlane) |
| GEOMALGOAPI_EXPORT std::shared_ptr< GeomAPI_Curve > | project (const std::shared_ptr< GeomAPI_Curve > &theCurve) |
| Project curve to the plane. More... | |
| GEOMALGOAPI_EXPORT std::shared_ptr< GeomAPI_Curve > | project (const std::shared_ptr< GeomAPI_Edge > &theEdge) |
| Project edge to the plane. More... | |
Project curve onto a plane.
| GeomCurvePtr GeomAlgoAPI_Projection::project | ( | const std::shared_ptr< GeomAPI_Curve > & | theCurve | ) |
Project curve to the plane.
| GeomCurvePtr GeomAlgoAPI_Projection::project | ( | const std::shared_ptr< GeomAPI_Edge > & | theEdge | ) |
Project edge to the plane.