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

    Parallel Approximation in n curves. This package gives all the algorithms used to approximate a MultiLine described by the tool MLineTool. The result of the approximation will be a MultiCurve. More...

    #include <AppParCurves.hxx>

    Static Public Member Functions

    static void BernsteinMatrix (const int NbPoles, const math_Vector &U, math_Matrix &A)
    static void Bernstein (const int NbPoles, const math_Vector &U, math_Matrix &A, math_Matrix &DA)
    static void SecondDerivativeBernstein (const double U, math_Vector &DDA)
    static void SplineFunction (const int NbPoles, const int Degree, const math_Vector &Parameters, const math_Vector &FlatKnots, math_Matrix &A, math_Matrix &DA, math_IntegerVector &Index)

    Detailed Description

    Parallel Approximation in n curves. This package gives all the algorithms used to approximate a MultiLine described by the tool MLineTool. The result of the approximation will be a MultiCurve.

    Member Function Documentation

    ◆ Bernstein()

    void AppParCurves::Bernstein ( const int NbPoles,
    const math_Vector & U,
    math_Matrix & A,
    math_Matrix & DA )
    static

    ◆ BernsteinMatrix()

    void AppParCurves::BernsteinMatrix ( const int NbPoles,
    const math_Vector & U,
    math_Matrix & A )
    static

    ◆ SecondDerivativeBernstein()

    void AppParCurves::SecondDerivativeBernstein ( const double U,
    math_Vector & DDA )
    static

    ◆ SplineFunction()

    void AppParCurves::SplineFunction ( const int NbPoles,
    const int Degree,
    const math_Vector & Parameters,
    const math_Vector & FlatKnots,
    math_Matrix & A,
    math_Matrix & DA,
    math_IntegerVector & Index )
    static

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