![]() |
Open CASCADE Technology Reference Manual 8.0.1
|
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 |
This inspector will find a node nearest to the given point not far than on the given tolerance.
| typedef int BRepBuilderAPI_FastSewing::NodeInspector::Target |
| BRepBuilderAPI_FastSewing::NodeInspector::NodeInspector | ( | const NCollection_DynamicArray< FS_Vertex > & | theVec, |
| const gp_Pnt & | thePnt, | ||
| const double | theTol ) |
|
inlinestatic |
|
inline |
| NCollection_CellFilter_Action BRepBuilderAPI_FastSewing::NodeInspector::Inspect | ( | const Target | theId | ) |
|
inlinestatic |
|
staticconstexpr |