Open CASCADE Technology
6.5.4
|
#include <Standard.hxx>
#include <Standard_DefineAlloc.hxx>
#include <Standard_Macro.hxx>
#include <BOPTools_ListOfInterference.hxx>
#include <BooleanOperations_KindOfInterference.hxx>
#include <Standard_Boolean.hxx>
#include <Standard_Integer.hxx>
Data Structures | |
class | BOPTools_InterferenceLine |
class for storing information about all interferences for given shape. So, for each shape in the DS, we will have the following interference list (i1, t1, r1), (i2, t2, r2),...(iN, tN, rN), where (iN, tN, rN) - object of type BOPTools_Interference The class BOPTools_InterferenceLine is dedicated to provide convinient tools to manage this info. More... |