Open CASCADE Technology  6.9.0
Static Public Member Functions

LocOpe Class Reference

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)
 

Detailed Description

Provides tools to implement local topological operations on a shape.

Member Function Documentation

static Standard_Boolean LocOpe::Closed ( const TopoDS_Wire W,
const TopoDS_Face OnF 
)
static

Returns Standard_True when the wire <W> is closed on the face <OnF>.

static Standard_Boolean LocOpe::Closed ( const TopoDS_Edge E,
const TopoDS_Face OnF 
)
static

Returns Standard_True when the edge <E> is closed on the face <OnF>.

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

Returns Standard_True when the faces are tangent.


The documentation for this class was generated from the following file: