•All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Friends Modules Pages
The FaceDriller class is similar to BRepBuilderAPI_MakeFace, except that it is tolerant to wire orientation (wires are oriented as needed automatically). More...
#include <FaceMakerBullseye.h>
Public Member Functions | |
void | addHole (TopoDS_Wire w) |
const TopoDS_Face & | Face () const |
FaceDriller (const gp_Pln &plane, TopoDS_Wire outerWire) | |
bool | hitTest (const 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... | |
The FaceDriller class is similar to BRepBuilderAPI_MakeFace, except that it is tolerant to wire orientation (wires are oriented as needed automatically).
FaceMakerBullseye::FaceDriller::FaceDriller | ( | const gp_Pln & | plane, |
TopoDS_Wire | outerWire | ||
) |
References getWireDirection().
void FaceMakerBullseye::FaceDriller::addHole | ( | TopoDS_Wire | w | ) |
References Part::FaceMakerBullseye::myPlane.
Referenced by Part::FaceMakerBullseye::Build_Essence().
const TopoDS_Face & Part::FaceMakerBullseye::FaceDriller::Face | ( | ) | const |
|
static |
wireDirection: determines direction of wire with respect to myPlane.
w |
Referenced by FaceDriller().
bool FaceMakerBullseye::FaceDriller::hitTest | ( | const gp_Pnt & | point | ) | const |
hitTest: returns True if point is on the face
point |