From 02f5c89da0a844a40e42302ef18259bab352e3b1 Mon Sep 17 00:00:00 2001 From: Benjamin Bihler Date: Wed, 21 Oct 2015 10:41:59 +0300 Subject: [PATCH] 0026774: Documentation - deviation angle default value as stated in AIS_InteractiveContext.hxx is wrong Correct wrong deviation angle default value in class documentation. --- src/AIS/AIS_InteractiveContext.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AIS/AIS_InteractiveContext.hxx b/src/AIS/AIS_InteractiveContext.hxx index 355a3ba10c..27b8311154 100644 --- a/src/AIS/AIS_InteractiveContext.hxx +++ b/src/AIS/AIS_InteractiveContext.hxx @@ -753,7 +753,7 @@ public: //! SizeOfObject * DeviationCoefficient. Standard_EXPORT Standard_Real DeviationCoefficient() const; - //! default 6degrees + //! default 12 degrees Standard_EXPORT void SetDeviationAngle (const Standard_Real anAngle); Standard_EXPORT Standard_Real DeviationAngle() const;