TopTools_ListOfShape

Hi,

Having two TopTools_ListOfShape. Is there any method computing a new TopTools_ListOfShape being the intersection of the two previous ?

Yours

Guillaume

Stephane Routelous's picture

Hi Guillaume,

As TopTools_ListOfShape is an instantation of TCollection_List, you can see the available methods in TCollection_List.cdl

Unfortunatly for you, there is no such function. You need to do it yourself.

BTW, you can register a bug asking for this feature.