OCCT3D OCCT 8.0.1
OCCT documentation

Search guides and API reference

Enter at least two characters.

    Open CASCADE Technology Reference Manual 8.0.1
    TopOpeBRep_GeomTool Class Reference

    Provide services needed by the DSFiller. More...

    #include <TopOpeBRep_GeomTool.hxx>

    Static Public Member Functions

    static void MakeCurves (const double min, const double max, const TopOpeBRep_LineInter &L, const TopoDS_Shape &S1, const TopoDS_Shape &S2, TopOpeBRepDS_Curve &C, occ::handle< Geom2d_Curve > &PC1, occ::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.
    static void MakeCurve (const double min, const double max, const TopOpeBRep_LineInter &L, occ::handle< Geom_Curve > &C)
    static occ::handle< Geom_CurveMakeBSpline1fromWALKING3d (const TopOpeBRep_LineInter &L)
    static occ::handle< Geom2d_CurveMakeBSpline1fromWALKING2d (const TopOpeBRep_LineInter &L, const int SI)

    Detailed Description

    Provide services needed by the DSFiller.

    Member Function Documentation

    ◆ MakeBSpline1fromWALKING2d()

    occ::handle< Geom2d_Curve > TopOpeBRep_GeomTool::MakeBSpline1fromWALKING2d ( const TopOpeBRep_LineInter & L,
    const int SI )
    static

    ◆ MakeBSpline1fromWALKING3d()

    occ::handle< Geom_Curve > TopOpeBRep_GeomTool::MakeBSpline1fromWALKING3d ( const TopOpeBRep_LineInter & L)
    static

    ◆ MakeCurve()

    void TopOpeBRep_GeomTool::MakeCurve ( const double min,
    const double max,
    const TopOpeBRep_LineInter & L,
    occ::handle< Geom_Curve > & C )
    static

    ◆ MakeCurves()

    void TopOpeBRep_GeomTool::MakeCurves ( const double min,
    const double max,
    const TopOpeBRep_LineInter & L,
    const TopoDS_Shape & S1,
    const TopoDS_Shape & S2,
    TopOpeBRepDS_Curve & C,
    occ::handle< Geom2d_Curve > & PC1,
    occ::handle< Geom2d_Curve > & PC2 )
    static

    Make the DS curve and the pcurves <PC1,PC2> from intersection line <L> lying on shapes <S1,S2>. <min,max> = <L> bounds.


    The documentation for this class was generated from the following file: