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
    ShapeCustom_Curve Class Reference

    Converts BSpline curve to periodic. More...

    #include <ShapeCustom_Curve.hxx>

    Public Member Functions

     ShapeCustom_Curve ()
     ShapeCustom_Curve (const occ::handle< Geom_Curve > &C)
    void Init (const occ::handle< Geom_Curve > &C)
    occ::handle< Geom_CurveConvertToPeriodic (const bool substitute, const double preci=-1)
     Tries to convert the Curve to the Periodic form Returns the resulting curve Works only if the Curve is BSpline and is closed with Precision::Confusion() Else, or in case of failure, returns a Null Handle.

    Detailed Description

    Converts BSpline curve to periodic.

    Constructor & Destructor Documentation

    ◆ ShapeCustom_Curve() [1/2]

    ShapeCustom_Curve::ShapeCustom_Curve ( )

    ◆ ShapeCustom_Curve() [2/2]

    ShapeCustom_Curve::ShapeCustom_Curve ( const occ::handle< Geom_Curve > & C)

    Member Function Documentation

    ◆ ConvertToPeriodic()

    occ::handle< Geom_Curve > ShapeCustom_Curve::ConvertToPeriodic ( const bool substitute,
    const double preci = -1 )

    Tries to convert the Curve to the Periodic form Returns the resulting curve Works only if the Curve is BSpline and is closed with Precision::Confusion() Else, or in case of failure, returns a Null Handle.

    ◆ Init()

    void ShapeCustom_Curve::Init ( const occ::handle< Geom_Curve > & C)

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