-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TopTools_DataMapIteratorOfDataMapOfShapeShape not in OCP.TopTools #20
Comments
I'd need to dig a little to be sure, but these kind of typdefs were often omitted due to compilation issues. How/where would you like to use such an interator? |
@adam-urbanczyk
|
Could you paste a link to the |
It's there: https://github.com/FreeCAD/FreeCAD/blob/master/src/Mod/Part/BOPTools/JoinAPI.py |
Here, I think, is the underlying C++ part https://github.com/FreeCAD/FreeCAD/blob/da4baa74efeac8cd1eb6008c3c549c7d06afbf11/src/Mod/Part/App/TopoShape.cpp#L1950 . |
@adam-urbanczyk thank you, that's very helpful! |
I am trying to import
TopTools_DataMapIteratorOfDataMapOfShapeShape
(https://www.opencascade.com/doc/occt-7.4.0/refman/html/_top_tools___data_map_of_shape_shape_8hxx.html#a61da0422c6bddef13d54239baf54be23)but it does not seem to be there:
ImportError: cannot import name 'TopTools_DataMapIteratorOfDataMapOfShapeShape' from 'OCP.TopTools' (unknown location)
Is it to be expected?
The text was updated successfully, but these errors were encountered: