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

    DeflectionCurve - computes the presentation of objects to be seen as curves, converts this one into VRML objects and writes (adds) into anOStream. All requested properties of the representation are specify in aDrawer. This kind of the presentation is converted into IndexedLineSet (VRML). The computation will be made according to a maximal chordial deviation. More...

    #include <VrmlConverter_DeflectionCurve.hxx>

    Static Public Member Functions

    static void Add (Standard_OStream &anOStream, Adaptor3d_Curve &aCurve, const occ::handle< VrmlConverter_Drawer > &aDrawer)
     adds to the OStream the drawing of the curve aCurve with respect to the maximal chordial deviation defined by the drawer aDrawer. The aspect is defined by LineAspect in aDrawer.
    static void Add (Standard_OStream &anOStream, Adaptor3d_Curve &aCurve, const double U1, const double U2, const occ::handle< VrmlConverter_Drawer > &aDrawer)
     adds to the OStream the drawing of the curve aCurve with respect to the maximal chordial deviation defined by the drawer aDrawer. The aspect is defined by LineAspect in aDrawer. The drawing will be limited between the points of parameter U1 and U2.
    static void Add (Standard_OStream &anOStream, Adaptor3d_Curve &aCurve, const double aDeflection, const double aLimit)
     adds to the OStream the drawing of the curve aCurve with respect to the maximal chordial deviation aDeflection. The aspect is the current aspect
    static void Add (Standard_OStream &anOStream, Adaptor3d_Curve &aCurve, const double aDeflection, const occ::handle< VrmlConverter_Drawer > &aDrawer)
     adds to the OStream the drawing of the curve aCurve with respect to the maximal chordial deviation aDeflection. The aspect is the current aspect
    static void Add (Standard_OStream &anOStream, Adaptor3d_Curve &aCurve, const double U1, const double U2, const double aDeflection)
     adds to the OStream the drawing of the curve aCurve with respect to the maximal chordial deviation aDeflection. The aspect is the current aspect The drawing will be limited between the points of parameter U1 and U2.
    static void Add (Standard_OStream &anOStream, const Adaptor3d_Curve &aCurve, const occ::handle< NCollection_HArray1< double > > &aParams, const int aNbNodes, const occ::handle< VrmlConverter_Drawer > &aDrawer)
     adds to the OStream the drawing of the curve aCurve with the array of parameters to retrieve points on curve.

    Detailed Description

    DeflectionCurve - computes the presentation of objects to be seen as curves, converts this one into VRML objects and writes (adds) into anOStream. All requested properties of the representation are specify in aDrawer. This kind of the presentation is converted into IndexedLineSet (VRML). The computation will be made according to a maximal chordial deviation.

    Member Function Documentation

    ◆ Add() [1/6]

    void VrmlConverter_DeflectionCurve::Add ( Standard_OStream & anOStream,
    Adaptor3d_Curve & aCurve,
    const double aDeflection,
    const double aLimit )
    static

    adds to the OStream the drawing of the curve aCurve with respect to the maximal chordial deviation aDeflection. The aspect is the current aspect

    ◆ Add() [2/6]

    void VrmlConverter_DeflectionCurve::Add ( Standard_OStream & anOStream,
    Adaptor3d_Curve & aCurve,
    const double aDeflection,
    const occ::handle< VrmlConverter_Drawer > & aDrawer )
    static

    adds to the OStream the drawing of the curve aCurve with respect to the maximal chordial deviation aDeflection. The aspect is the current aspect

    ◆ Add() [3/6]

    void VrmlConverter_DeflectionCurve::Add ( Standard_OStream & anOStream,
    Adaptor3d_Curve & aCurve,
    const double U1,
    const double U2,
    const double aDeflection )
    static

    adds to the OStream the drawing of the curve aCurve with respect to the maximal chordial deviation aDeflection. The aspect is the current aspect The drawing will be limited between the points of parameter U1 and U2.

    ◆ Add() [4/6]

    void VrmlConverter_DeflectionCurve::Add ( Standard_OStream & anOStream,
    Adaptor3d_Curve & aCurve,
    const double U1,
    const double U2,
    const occ::handle< VrmlConverter_Drawer > & aDrawer )
    static

    adds to the OStream the drawing of the curve aCurve with respect to the maximal chordial deviation defined by the drawer aDrawer. The aspect is defined by LineAspect in aDrawer. The drawing will be limited between the points of parameter U1 and U2.

    ◆ Add() [5/6]

    void VrmlConverter_DeflectionCurve::Add ( Standard_OStream & anOStream,
    Adaptor3d_Curve & aCurve,
    const occ::handle< VrmlConverter_Drawer > & aDrawer )
    static

    adds to the OStream the drawing of the curve aCurve with respect to the maximal chordial deviation defined by the drawer aDrawer. The aspect is defined by LineAspect in aDrawer.

    ◆ Add() [6/6]

    void VrmlConverter_DeflectionCurve::Add ( Standard_OStream & anOStream,
    const Adaptor3d_Curve & aCurve,
    const occ::handle< NCollection_HArray1< double > > & aParams,
    const int aNbNodes,
    const occ::handle< VrmlConverter_Drawer > & aDrawer )
    static

    adds to the OStream the drawing of the curve aCurve with the array of parameters to retrieve points on curve.


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