FreeCAD C++
Public Member Functions | Static Public Member Functions | List of all members
Part::FaceMakerBullseye::FaceDriller Class Reference

#include <Mod/Part/App/FaceMakerBullseye.h>

Detailed Description

The FaceDriller class is similar to BRepBuilderAPI_MakeFace, except that it is tolerant to wire orientation (wires are oriented as needed automatically).

Public Member Functions

bool hitTest (gp_Pnt point) const
 hitTest: returns True if point is on the face More...
 

Static Public Member Functions

static int getWireDirection (const gp_Pln &plane, const TopoDS_Wire &w)
 wireDirection: determines direction of wire with respect to myPlane. More...
 

Member Function Documentation

◆ 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
w
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
point