Open CASCADE Technology Reference Manual 8.0.0
Loading...
Searching...
No Matches
Static Public Member Functions
BRepCheck Class Reference

This package provides tools to check the validity of the BRep. More...

#include <BRepCheck.hxx>

Static Public Member Functions

static void Add (NCollection_List< BRepCheck_Status > &List, const BRepCheck_Status Stat)
 
static void Print (const BRepCheck_Status Stat, Standard_OStream &OS)
 
static bool SelfIntersection (const TopoDS_Wire &W, const TopoDS_Face &F, TopoDS_Edge &E1, TopoDS_Edge &E2)
 
static double PrecCurve (const Adaptor3d_Curve &aAC3D)
 Returns the resolution on the 3d curve.
 
static double PrecSurface (const occ::handle< Adaptor3d_Surface > &aAHSurf)
 Returns the resolution on the surface.
 

Detailed Description

This package provides tools to check the validity of the BRep.

Member Function Documentation

◆ Add()

static void BRepCheck::Add ( NCollection_List< BRepCheck_Status > & List,
const BRepCheck_Status Stat )
static

◆ PrecCurve()

static double BRepCheck::PrecCurve ( const Adaptor3d_Curve & aAC3D)
static

Returns the resolution on the 3d curve.

◆ PrecSurface()

static double BRepCheck::PrecSurface ( const occ::handle< Adaptor3d_Surface > & aAHSurf)
static

Returns the resolution on the surface.

◆ Print()

static void BRepCheck::Print ( const BRepCheck_Status Stat,
Standard_OStream & OS )
static

◆ SelfIntersection()

static bool BRepCheck::SelfIntersection ( const TopoDS_Wire & W,
const TopoDS_Face & F,
TopoDS_Edge & E1,
TopoDS_Edge & E2 )
static

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