Open CASCADE Technology Reference Manual 8.0.0
Loading...
Searching...
No Matches
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 bool Closed (const TopoDS_Wire &W, const TopoDS_Face &OnF)
 Returns true when the wire <W> is closed on the face <OnF>.
 
static bool Closed (const TopoDS_Edge &E, const TopoDS_Face &OnF)
 Returns true when the edge <E> is closed on the face <OnF>.
 
static bool TgtFaces (const TopoDS_Edge &E, const TopoDS_Face &F1, const TopoDS_Face &F2)
 Returns true when the faces are tangent.
 
static void SampleEdges (const TopoDS_Shape &S, NCollection_Sequence< gp_Pnt > &Pt)
 

Detailed Description

Provides tools to implement local topological operations on a shape.

Member Function Documentation

◆ Closed() [1/2]

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

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

◆ Closed() [2/2]

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

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

◆ SampleEdges()

static void LocOpe::SampleEdges ( const TopoDS_Shape & S,
NCollection_Sequence< gp_Pnt > & Pt )
static

◆ TgtFaces()

static bool LocOpe::TgtFaces ( const TopoDS_Edge & E,
const TopoDS_Face & F1,
const TopoDS_Face & F2 )
static

Returns true when the faces are tangent.


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