Skip to content
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

Closed
rainman110 opened this issue Nov 7, 2019 · 3 comments
Closed

Missing TopoDS_Shape constructor #62

rainman110 opened this issue Nov 7, 2019 · 3 comments

Comments

@rainman110
Copy link
Contributor

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=

@tpaviot
Copy link
Owner

tpaviot commented Nov 7, 2019

Right, it was removed (I don't remember why), but is widely used in the examples section. It has to come back.

@rainman110
Copy link
Contributor Author

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.

@tpaviot
Copy link
Owner

tpaviot commented Nov 7, 2019

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants