#include <Mod/Part/App/FaceMakerBullseye.h>
The FaceDriller class is similar to BRepBuilderAPI_MakeFace, except that it is tolerant to wire orientation (wires are oriented as needed automatically).
|
bool | hitTest (gp_Pnt point) const |
| hitTest: returns True if point is on the face More...
|
|
|
static int | getWireDirection (const gp_Pln &plane, const TopoDS_Wire &w) |
| wireDirection: determines direction of wire with respect to myPlane. More...
|
|
◆ getWireDirection()
static int Part::FaceMakerBullseye::FaceDriller::getWireDirection |
( |
const gp_Pln & |
plane, |
|
|
const TopoDS_Wire & |
w |
|
) |
| |
|
static |
wireDirection: determines direction of wire with respect to myPlane.
- Parameters
-
- Returns
- 1 = CCW (suits as outer wire), -1 = CW (suits as hole)
◆ hitTest()
bool Part::FaceMakerBullseye::FaceDriller::hitTest |
( |
gp_Pnt |
point | ) |
const |
hitTest: returns True if point is on the face
- Parameters
-