Salome HOME
Issue "21187: EDF 1137 GEOM: Performance issue when manipulating large models" ...
[modules/geom.git] / doc / salome / gui / GEOM / input / creating_curve.doc
index 6cf48d94726500b30bb43c2c593ec0cf85e69a82..483032476cb7361d0dfd27a888365cfbaf909f95 100644 (file)
@@ -13,17 +13,23 @@ possible types of curves: Polyline, Besier or B-spline (Interpolated).
 
 \n <b>TUI Commands:</b>
 <ul>
-<li><em>geompy.MakePolyline(ListOfShapes)</em></li>
-<li><em>geompy.MakeBezier(ListOfShapes)</em></li>
-<li><em>geompy.MakeInterpol(ListOfShapes,isClosed)</em></li>
+<li><em>geompy.MakePolyline(ListOfShapes,isClosed)</em></li>
+<li><em>geompy.MakeBezier(ListOfShapes,isClosed)</em></li>
+<li><em>geompy.MakeInterpol(ListOfShapes,isClosed,doReordering)</em></li>
 </ul>
 ListOfShape is a list of points through which the curve passes.
-If isClosed is True, MakeInterpol builds a closed edge.
+If isClosed is True, MakeBezier and MakeInterpol builds a closed edge,
+MakePolyline builds a closed wire. If doReordering is True,
+MakeInterpol does not follow the order of vertices but searches for the
+closest vertex.
 
 <b>Arguments:</b> Name + at least 2 points which will serve as nodes
 on the curve.
+\n<b>Advanced options</b> \ref preview_anchor "Preview"
 
 \image html curve.png
+\image html curve1.png
+\image html curve2.png
 
 <b>Examples:</b>