|
Open CASCADE Technology
6.7.1
|
The GeomAPI package provides an Application
Programming Interface for the Geometry.
The API is a set of classes and methods aiming to
provide :
More...
#include <GeomAPI.hxx>
Static Public Member Functions | |
| static Handle_Geom2d_Curve | To2d (const Handle< Geom_Curve > &C, const gp_Pln &P) |
To intersect a curve and a surface. <br>//! This function builds (in the <br> parametric space of the plane P) a 2D curve equivalent to the 3D curve | |
| static Handle_Geom_Curve | To3d (const Handle< Geom2d_Curve > &C, const gp_Pln &P) |
Builds a 3D curve equivalent to the 2D curve C <br> described in the parametric space defined by the local | |
The GeomAPI package provides an Application
Programming Interface for the Geometry.
The API is a set of classes and methods aiming to
provide :
* High level and simple calls for the most common <br>
operations. <br>
The constructors of the classes provides the
different constructions methods.
and a curve , one can writes :
D = GeomAPI_ProjectPointOnCurve(P,C);
or
GeomAPI_ProjectPointOnCurve PonC(P,C);
D = PonC.LowerDistance();
|
static |
To intersect a curve and a surface. <br>//! This function builds (in the <br>
parametric space of the plane P) a 2D curve equivalent to the 3D curve
C. The 3D curve C is considered to be located in the plane P.
Warning
The 3D curve C must be of one of the following types:
|
static |
Builds a 3D curve equivalent to the 2D curve C <br>
described in the parametric space defined by the local
coordinate system of plane P.
The resulting 3D curve is of the same nature as that of the curve C.
1.8.5