AU
AU
I'll take a look and maybe rewrite - it is quite messy.
Thanks, the provided workaround does work.
For European users this might be a good source of geometries (B-type and I-type). I think same profiles are sold by Motedis https://grabcad.com/library/kjn-aluminium-profile-entire-br-library-of-profile-and-components-1 https://grabcad.com/library/kjn-aluminium-profile-entire-ir-library-of-profile-and-components-1
If you want to just build OCP (i.e. not per se generate it), you can simply use the generated sources https://github.com/CadQuery/OCP/releases/tag/7.7.2.0 IDK what exactly is going wrong, but likely `libclang`...
Thanks for the prompt reply. I'll try to build it locally with the conda-forge toolchain. Could you elaborate on LLVM? conda-forge does provide various versions of LLVM. Did you mean...
IDK, sounds like some include has no file name associated with it according to libclang. If you want to build from sources, please use the released [sources](https://github.com/CadQuery/OCP/releases/tag/7.7.2.0) and not generate...
Those are the official released sources. There is nothing you will gain by running the generator unless you want modify the `ocp.toml` configuration file.
Just download the `*src` files from e.g. here: https://github.com/CadQuery/OCP/releases/download/7.7.2.0/OCP_src_stubs_ubuntu-20.04.zip . You'll likely hit this issue though: https://github.com/conda-forge/occt-feedstock/issues/108 , so I'd wait for #148 being merged and released as `7.7.2.1`. The...
The reason was likely failure to compile the bindings including those classes.
For methods solved here: https://github.com/CadQuery/pywrap/blob/6e16af517fab90b791dfa29caa7f53139d214360/bindgen/template_sub.j2#L103 and here: https://github.com/CadQuery/pywrap/blob/6e16af517fab90b791dfa29caa7f53139d214360/bindgen/template_sub.j2#L121