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
    BRepBuilderAPI_FastSewing::NodeInspector Class Reference

    This inspector will find a node nearest to the given point not far than on the given tolerance. More...

    #include <BRepBuilderAPI_FastSewing.hxx>

    Public Types

    typedef gp_XYZ Point
    typedef int Target

    Public Member Functions

     NodeInspector (const NCollection_DynamicArray< FS_Vertex > &theVec, const gp_Pnt &thePnt, const double theTol)
    NCollection_CellFilter_Action Inspect (const Target theId)
    Target GetResult ()

    Static Public Member Functions

    static double Coord (int i, const Point &thePnt)
    static Point Shift (const Point &thePnt, double theTol)

    Static Public Attributes

    static constexpr int Dimension = 3

    Detailed Description

    This inspector will find a node nearest to the given point not far than on the given tolerance.

    Member Typedef Documentation

    ◆ Point

    ◆ Target

    Constructor & Destructor Documentation

    ◆ NodeInspector()

    BRepBuilderAPI_FastSewing::NodeInspector::NodeInspector ( const NCollection_DynamicArray< FS_Vertex > & theVec,
    const gp_Pnt & thePnt,
    const double theTol )

    Member Function Documentation

    ◆ Coord()

    double BRepBuilderAPI_FastSewing::NodeInspector::Coord ( int i,
    const Point & thePnt )
    inlinestatic

    ◆ GetResult()

    Target BRepBuilderAPI_FastSewing::NodeInspector::GetResult ( )
    inline

    ◆ Inspect()

    NCollection_CellFilter_Action BRepBuilderAPI_FastSewing::NodeInspector::Inspect ( const Target theId)

    ◆ Shift()

    Point BRepBuilderAPI_FastSewing::NodeInspector::Shift ( const Point & thePnt,
    double theTol )
    inlinestatic

    Field Documentation

    ◆ Dimension

    int BRepBuilderAPI_FastSewing::NodeInspector::Dimension = 3
    staticconstexpr

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