OCP
OCP copied to clipboard
I'm packaging CadQuery for Gentoo, so i'm building OCP from sources. Running `pywrap --verbose --njobs 9 --libclang /usr/lib/llvm/17/lib64/libclang.so --include /usr/lib/clang/17/include --include /usr/include/vtk-9.2 all ocp.toml` on the `7.7.2.0` tag results in...
When i install the OCP using `conda install -c conda-forge -c cadquery ocp` , I cannot run the following code: ``` vtk_shape = IVtkOCC_Shape(self._ocp) shape_data = IVtkVTK_ShapeData() shape_mesher = IVtkOCC_ShapeMesher()...
Closes #144
Hello. Thank you all for your efforts in this project. It seems that APIHeaderSection_MakeHeader, that allows to define the header content when writing a step file is not available yet....
I am using the CMakeLists.txt file from the repository, I have successfully created the bindings using clang 17, pywrap from master branch and pybind 2.11.1 but later I get many...
I'm trying to use OCP_src_stubs_ubuntu-20.04.zip from the 7.7.2.0 release to compile OCP. Compilation fails with: ``` /build/OCP/OCP/ChFi3d.cpp: In function 'void register_ChFi3d(pybind11::module&)': /build/OCP/OCP/ChFi3d.cpp:125:323: error: invalid static_cast from type 'Standard_Boolean (*)(const TopoDS_Edge&,...
Hi Adam, I've got a ton of errors like `NCollection_tmpl.hxx:1610:67: error: expected unqualified-id before '*' token` when building with GCC 13 (or 11) and glibc 2.37: [Pastebin](https://pastebin.com/4ewiH3hf) `export CXX=g++-11` didn't...
There are quite a few methods in OCP that use call by reference but return a value instead of void. The current implementation of pywrap classifies functions as call by...
The code crashes when we try to access Weigths() method from Geom_BSplineSurface twice or more times. Searching in the internet I found that they had the same behavior in pyOCCT....