Open CASCADE Technology
6.5.4
|
class for storing information about an interference
that takes place between given shape and shape
with DS-index =aWith
#include <BOPTools_Interference.hxx>
Public Member Functions | |
DEFINE_STANDARD_ALLOC | BOPTools_Interference () |
Empty constructor | |
BOPTools_Interference (const Standard_Integer aWith, const BooleanOperations_KindOfInterference aType, const Standard_Integer anIndex) | |
constructor aWith - DS-index for the opposite shape aType - the type of the interference anIndex- the index of the result in corresponding interference table (if the result is computed but there is no result -> anIndex=0) | |
void | SetWith (const Standard_Integer aWith) |
Modifier | |
void | SetType (const BooleanOperations_KindOfInterference aType) |
Modifier | |
void | SetIndex (const Standard_Integer anIndex) |
Modifier | |
Standard_Integer | With () const |
Selector | |
BooleanOperations_KindOfInterference | Type () const |
Selector | |
Standard_Integer | Index () const |
Selector |
BOPTools_Interference::BOPTools_Interference | ( | const Standard_Integer | aWith, |
const BooleanOperations_KindOfInterference | aType, | ||
const Standard_Integer | anIndex | ||
) |
Standard_Integer BOPTools_Interference::Index | ( | ) | const |
void BOPTools_Interference::SetIndex | ( | const Standard_Integer | anIndex | ) |
Standard_Integer BOPTools_Interference::With | ( | ) | const |