Replies: 2 comments
-
|
Hi @wattrg, thanks for reaching out! I just verified that the example works on my machine. Also, I didn't have to modify any of the import statements.
EDIT: The bindings are not stale. They are actively maintained by us. That being said, they are currently not well tested and it is possible that some examples become outdated every once and again and that a few C++ features of TiGL are not properly exposed to Python. |
Beta Was this translation helpful? Give feedback.
-
|
Ahh I see where I went wrong. I followed a link from an issue on another github repo, which took me to an old example. The current one works properly for me. I had been using pythonocc-core from conda-forge, not realising you had your own patched version, that is very helpful to know. Thanks very much for your help! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Firstly thanks for maintaining this great software!
I have a question about the python bindings for
curve_networks_to_surface. I'm attempting to run the example at examples/python_internal/example_gordon_surface.py. I'm on a new version of pythonocc and tigl (pythonocc-core 7.6.2 and tigl 3.5.0rc1, both from conda), so I had to make some modifications to the pythonocc imports. When I run the code I get the following error message. (I've added some print statements at the top to convince myself that the brep files are being read and converted to curvers correctly)So my question is if anyone has used these bindings recently, or if maybe they are a bit stale, or if I am doing something wrong? I can see the standalone library, is using that preferable to the version within tigl itself? I was just hoping to use the tigl version because I already have it as a dependency.
Thanks for your help!
Beta Was this translation helpful? Give feedback.
All reactions