From: Benjamin Bihler Date: Wed, 21 Oct 2015 07:41:59 +0000 (+0300) Subject: 0026774: Documentation - deviation angle default value as stated in AIS_InteractiveCo... X-Git-Tag: V7_0_0_beta~184 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=02f5c89da0a844a40e42302ef18259bab352e3b1;p=occt-copy.git 0026774: Documentation - deviation angle default value as stated in AIS_InteractiveContext.hxx is wrong Correct wrong deviation angle default value in class documentation. --- 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;