Open CASCADE Technology
6.5.4
|
class that provide some useful tools
to manage with a List Of Common Block-s
#include <BOPTools_CommonBlockAPI.hxx>
Public Member Functions | |
DEFINE_STANDARD_ALLOC | BOPTools_CommonBlockAPI (const BOPTools_ListOfCommonBlock &aList) |
Constructor | |
const BOPTools_ListOfCommonBlock & | List () const |
Selector | |
const BOPTools_ListOfPaveBlock & | CommonPaveBlocks (const Standard_Integer anE) const |
Returns all PaveBlock-s (from the list) that are common for the given edge with DS-index <anE> | |
Standard_Boolean | IsCommonBlock (const BOPTools_PaveBlock &aPB) const |
Returns TRUE if given PaveBlock <aPB> is common for the Blocks from the list |
DEFINE_STANDARD_ALLOC BOPTools_CommonBlockAPI::BOPTools_CommonBlockAPI | ( | const BOPTools_ListOfCommonBlock & | aList | ) |
const BOPTools_ListOfPaveBlock& BOPTools_CommonBlockAPI::CommonPaveBlocks | ( | const Standard_Integer | anE | ) | const |