Open CASCADE Technology
7.3.0
|
Provides tools to implement local topological operations on a shape. More...
#include <LocOpe.hxx>
Static Public Member Functions | |
static Standard_Boolean | Closed (const TopoDS_Wire &W, const TopoDS_Face &OnF) |
Returns Standard_True when the wire <W> is closed on the face <OnF>. More... | |
static Standard_Boolean | Closed (const TopoDS_Edge &E, const TopoDS_Face &OnF) |
Returns Standard_True when the edge <E> is closed on the face <OnF>. More... | |
static Standard_Boolean | TgtFaces (const TopoDS_Edge &E, const TopoDS_Face &F1, const TopoDS_Face &F2) |
Returns Standard_True when the faces are tangent. More... | |
static void | SampleEdges (const TopoDS_Shape &S, TColgp_SequenceOfPnt &Pt) |
Provides tools to implement local topological operations on a shape.
|
static |
Returns Standard_True when the wire <W> is closed on the face <OnF>.
|
static |
Returns Standard_True when the edge <E> is closed on the face <OnF>.
|
static |
|
static |
Returns Standard_True when the faces are tangent.