tpaviot / pythonocc-demos

Examples and demos for the pythonocc CAD package
222 stars 118 forks source link

TopTools_ListOfShape' object is not iterable #75

Open Nadjei74 opened 4 months ago

Nadjei74 commented 4 months ago

I can't find "TopTools_ListIteratorOfListOfShape" in from OCC.Core.TopTools

tpaviot commented 4 months ago

it is actually wrapped in current master branch, does it miss fro previous release?

Nadjei74 commented 4 months ago

Yes. it is not in the previous release. So how do I access it? Do I have to update my current version of PythonOCC? If so, how do I update it? My end goal is to be able to create a wire profile from edges that are created during a boolean section operation so if you could also provide suggestions or a code on how I can do that, I will be very grateful.