-
Notifications
You must be signed in to change notification settings - Fork 24
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
Missing TopoDS_Shape constructor #62
Comments
Right, it was removed (I don't remember why), but is widely used in the examples section. It has to come back. |
I know already, why you removed it. It pulls in two constructors. One with a template argument, which is not put correctly into the swig input file. Hence, you'll get compilation errors. It would be nice to be able to exactly specify, which methods to prune when there are multiple versios of one method. |
Currently all methods names that are excluded, there's no way to choose if we can keep some of them. Ugly hack at 9034dc5. But that works (tested) |
At the moment, there is no way to create an empty TopoDS_Shape. This is however required in some cases.
Therefore, the disabled constructor has to be enabled again (see Modules.py=
The text was updated successfully, but these errors were encountered: