0027088: Documentation of add method of GeomConvert_CompCurveToBSplineCurve lacks...
authorBenjamin Bihler <benjamin.bihler@compositence.de>
Mon, 18 Jan 2016 13:01:56 +0000 (14:01 +0100)
committerabv <abv@opencascade.com>
Thu, 21 Jan 2016 12:50:30 +0000 (15:50 +0300)
Improved documentation

src/GeomConvert/GeomConvert_CompCurveToBSplineCurve.hxx

index 484aae5..fa3d6fd 100644 (file)
@@ -50,6 +50,11 @@ public:
   //! is   used to   check   continuity  and decrease
   //! Multiplicity at the common Knot until MinM
   //! if MinM = 0, the common Knot can be removed
+  //!
+  //! WithRatio defines whether the resulting curve should have a uniform
+  //! parameterization. Setting WithRatio to Standard_False may greatly
+  //! decrease the speed of algorithms like CPnts_AbscissaPoint::AdvPerform
+  //! when applied to the resulting curve.
   Standard_EXPORT Standard_Boolean Add (const Handle(Geom_BoundedCurve)& NewCurve, const Standard_Real Tolerance, const Standard_Boolean After = Standard_False, const Standard_Boolean WithRatio = Standard_True, const Standard_Integer MinM = 0);
   
   Standard_EXPORT Handle(Geom_BSplineCurve) BSplineCurve() const;