Open CASCADE Technology
6.5.4
|
contains information about faulty shapes
and faulty types
#include <BOPTools_CheckResult.hxx>
Public Member Functions | |
DEFINE_STANDARD_ALLOC | BOPTools_CheckResult () |
empty constructor | |
void | AddShape (const TopoDS_Shape &TheShape) |
adds a shape with faulty to a list | |
const TopTools_ListOfShape & | GetShapes () const |
gets access to faulty shapes in a list const | |
void | SetCheckStatus (const BOPTools_CheckStatus TheStatus) |
sets faulty status for shapes | |
BOPTools_CheckStatus | GetCheckStatus () const |
gets faulty status for shapes | |
void | SetInterferenceGeometry (const Handle< Geom_Geometry > &TheGeometry) |
sets an attached geometry to faulty shapes if any | |
const Handle_Geom_Geometry & | GetInterferenceGeometry () const |
gets an attached geometry to shapes if any |
void BOPTools_CheckResult::AddShape | ( | const TopoDS_Shape & | TheShape | ) |
const Handle_Geom_Geometry& BOPTools_CheckResult::GetInterferenceGeometry | ( | ) | const |
void BOPTools_CheckResult::SetInterferenceGeometry | ( | const Handle< Geom_Geometry > & | TheGeometry | ) |