27#ifndef _Sketcher_Utils_HXX_
28#define _Sketcher_Utils_HXX_
34#include <TopoDS_Shape.hxx>
65 static TopoDS_Shape MakePolyline(
const std::list <double> &theCoords2D,
66 const Standard_Boolean IsClosed,
67 const gp_Ax3 &thePlane);
84 static TopoDS_Shape MakeInterpolation(
const std::list <double> &theCoords2D,
85 const Standard_Boolean IsClosed,
86 const gp_Ax3 &thePlane);
97 static void To3D(
const std::list <double> &theCoords2D,
98 const gp_Ax3 &thePlane,
99 std::list <gp_Pnt> &thePoints);
#define SKETCHER_SALOME_EXPORT
Definition: Sketcher.hxx:36
This class represents a set of utils needed to compute sketcher geometry.
Definition: Sketcher_Utils.hxx:46