Open CASCADE Technology  7.5.0
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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

◆ Closed() [1/2]

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

◆ Closed() [2/2]

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

◆ SampleEdges()

static void LocOpe::SampleEdges ( const TopoDS_Shape S,
TColgp_SequenceOfPnt Pt 
)
static

◆ TgtFaces()

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: