Salome HOME
help example mistake
[modules/geom.git] / doc / salome / gui / GEOM / input / creating_curve.doc
index e442851bf0a90a2c32104692857185e69e3c3caa..6cf48d94726500b30bb43c2c593ec0cf85e69a82 100644 (file)
@@ -15,9 +15,10 @@ possible types of curves: Polyline, Besier or B-spline (Interpolated).
 <ul>
 <li><em>geompy.MakePolyline(ListOfShapes)</em></li>
 <li><em>geompy.MakeBezier(ListOfShapes)</em></li>
-<li><em>geompy.MakeInterpol(ListOfShapes)</em></li>
+<li><em>geompy.MakeInterpol(ListOfShapes,isClosed)</em></li>
 </ul>
 ListOfShape is a list of points through which the curve passes.
+If isClosed is True, MakeInterpol builds a closed edge.
 
 <b>Arguments:</b> Name + at least 2 points which will serve as nodes
 on the curve.
@@ -38,4 +39,4 @@ on the curve.
 Our <b>TUI Scripts</b> provide you with useful examples of creation of 
 \ref tui_creation_curve "Basic Geometric Objects".
 
-*/
\ No newline at end of file
+*/