Open CASCADE Technology
7.3.0
|
Provide services needed by the DSFiller. More...
#include <TopOpeBRep_GeomTool.hxx>
Static Public Member Functions | |
static void | MakeCurves (const Standard_Real min, const Standard_Real max, const TopOpeBRep_LineInter &L, const TopoDS_Shape &S1, const TopoDS_Shape &S2, TopOpeBRepDS_Curve &C, Handle< Geom2d_Curve > &PC1, Handle< Geom2d_Curve > &PC2) |
Make the DS curve and the pcurves <PC1,PC2> from intersection line <L> lying on shapes <S1,S2>. <min,max> = <L> bounds. More... | |
static void | MakeCurve (const Standard_Real min, const Standard_Real max, const TopOpeBRep_LineInter &L, Handle< Geom_Curve > &C) |
static Handle< Geom_Curve > | MakeBSpline1fromWALKING3d (const TopOpeBRep_LineInter &L) |
static Handle< Geom2d_Curve > | MakeBSpline1fromWALKING2d (const TopOpeBRep_LineInter &L, const Standard_Integer SI) |
Provide services needed by the DSFiller.
|
static |
|
static |
|
static |
|
static |
Make the DS curve and the pcurves <PC1,PC2> from intersection line <L> lying on shapes <S1,S2>. <min,max> = <L> bounds.