SALOME documentation central

Curve

To create a Curve in the Main Menu select New Entity - > Basic - > Curve


There are three algorithms to create a Curve in the 3D space. Each time you define it by a list of Points through which the curve passes. The three Curve Construction menu choices correspond to three possible types of curves: Polyline, Besier or B-spline (Interpolated).
The Result of each operation will be a GEOM_Object (edge).


TUI Commands:

ListOfShape is a list of points through which the curve passes. If isClosed is True, MakeInterpol builds a closed edge.

Arguments: Name + at least 2 points which will serve as nodes on the curve.

curve.png

Examples:

polyline.png
Polyline
bezier.png
Bezier
interpol.png
B-Spline

Our TUI Scripts provide you with useful examples of creation of Basic Geometric Objects.


Copyright © 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
Copyright © 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS