0028316: Coding Rules - Elimilate confusing aliases of Standard_Real type in V3d_View
[occt.git] / src / Graphic3d / Graphic3d_Group.cxx
index 46b2c98..2797a91 100644 (file)
@@ -375,7 +375,7 @@ void Graphic3d_Group::Marker (const Graphic3d_Vertex& thePoint,
 void Graphic3d_Group::Text (const Standard_CString                  /*theText*/,
                             const Graphic3d_Vertex&                 thePoint,
                             const Standard_Real                     /*theHeight*/,
-                            const Quantity_PlaneAngle               /*theAngle*/,
+                            const Standard_Real                     /*theAngle*/,
                             const Graphic3d_TextPath                /*theTp*/,
                             const Graphic3d_HorizontalTextAlignment /*theHta*/,
                             const Graphic3d_VerticalTextAlignment   /*theVta*/,
@@ -419,7 +419,7 @@ void Graphic3d_Group::Text (const Standard_CString  theText,
 void Graphic3d_Group::Text (const TCollection_ExtendedString&       theText,
                             const Graphic3d_Vertex&                 thePoint,
                             const Standard_Real                     theHeight,
-                            const Quantity_PlaneAngle               theAngle,
+                            const Standard_Real                     theAngle,
                             const Graphic3d_TextPath                theTp,
                             const Graphic3d_HorizontalTextAlignment theHta,
                             const Graphic3d_VerticalTextAlignment   theVta,
@@ -437,7 +437,7 @@ void Graphic3d_Group::Text (const TCollection_ExtendedString&       theText,
 void Graphic3d_Group::Text (const TCollection_ExtendedString&       theText,
                             const gp_Ax2&                           theOrientation,
                             const Standard_Real                     theHeight,
-                            const Quantity_PlaneAngle               theAngle,
+                            const Standard_Real                     theAngle,
                             const Graphic3d_TextPath                theTP,
                             const Graphic3d_HorizontalTextAlignment theHTA,
                             const Graphic3d_VerticalTextAlignment   theVTA,
@@ -463,7 +463,7 @@ void Graphic3d_Group::Text (const TCollection_ExtendedString&       theText,
 void Graphic3d_Group::Text (const Standard_CString                  /*theText*/,
                             const gp_Ax2&                           theOrientation,
                             const Standard_Real                     /*theHeight*/,
-                            const Quantity_PlaneAngle               /*theAngle*/,
+                            const Standard_Real                     /*theAngle*/,
                             const Graphic3d_TextPath                /*theTp*/,
                             const Graphic3d_HorizontalTextAlignment /*theHta*/,
                             const Graphic3d_VerticalTextAlignment   /*theVta*/,