]> SALOME platform Git repositories - modules/geom.git/blobdiff - src/GEOMImpl/GEOMImpl_IMeasureOperations.cxx
Salome HOME
added missing descriptions and basic properties in WhatIs dialof for all newly suppor...
[modules/geom.git] / src / GEOMImpl / GEOMImpl_IMeasureOperations.cxx
index 6b507190f8513642dd220658588d61e60789866b..e191364bb666b9df1215e9446dce5165dcb90799 100644 (file)
@@ -749,7 +749,7 @@ GEOMImpl_IMeasureOperations::ShapeKind GEOMImpl_IMeasureOperations::KindOfShape
         break;
       case GEOMAlgo_KN_CURVEBSPLINE:
         {
-          // (+) geompy.kind.CRV_BSPLINE  np nk nw nm  x1 y1 z1 ... xnp ynp znp  k1 ... knk  w1 ... wnw  m1 ... mnm
+          // (+) geompy.kind.CRV_BSPLINE  p d np nk nw nm  x1 y1 z1 ... xnp ynp znp  k1 ... knk  w1 ... wnw  m1 ... mnm
           aKind = SK_CRV_BSPLINE;
           Standard_Integer aNbPoles = anInfo.NbPoles();
           Standard_Integer aNbKnots = anInfo.NbKnots();