Open CASCADE Technology 6.6.0
Static Public Member Functions
LocOpe Class Reference

Provides tools to implement local topological
operations on a shape.

#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>.

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>.

static Standard_Boolean TgtFaces (const TopoDS_Edge &E, const TopoDS_Face &F1, const TopoDS_Face &F2)
 Returns Standard_True when the faces are tangent

static void SampleEdges (const TopoDS_Shape &S, TColgp_SequenceOfPnt &Pt)

Member Function Documentation

static Standard_Boolean LocOpe::Closed ( const TopoDS_Wire W,
const TopoDS_Face OnF 
) [static]
static Standard_Boolean LocOpe::Closed ( const TopoDS_Edge E,
const TopoDS_Face OnF 
) [static]
static void LocOpe::SampleEdges ( const TopoDS_Shape S,
TColgp_SequenceOfPnt Pt 
) [static]
static Standard_Boolean LocOpe::TgtFaces ( const TopoDS_Edge E,
const TopoDS_Face F1,
const TopoDS_Face F2 
) [static]

The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines