From 94748ad20e40864e60c1035e254ee5afffdc0d50 Mon Sep 17 00:00:00 2001 From: aml Date: Fri, 17 Jun 2022 09:20:51 +0300 Subject: [PATCH] 0032653: Modeling Data - misprint in Geom2d_Conic.hxx api SetYAxis(const gp_Ax2d& theAY) Fix misprint. --- src/Geom2d/Geom2d_Conic.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Geom2d/Geom2d_Conic.hxx b/src/Geom2d/Geom2d_Conic.hxx index 869f199943..64d27c3f3b 100644 --- a/src/Geom2d/Geom2d_Conic.hxx +++ b/src/Geom2d/Geom2d_Conic.hxx @@ -60,7 +60,7 @@ public: //! of this conic is recomputed normal to theA, without //! changing the orientation of the local coordinate //! system (right-handed or left-handed). - void SetYAxis (const gp_Ax2d& theAY) { pos.SetXAxis(theAY); } + void SetYAxis (const gp_Ax2d& theAY) { pos.SetYAxis(theAY); } //! Modifies this conic, redefining its local coordinate //! system partially, by assigning theP as its origin.