OCP
OCP copied to clipboard
I tried following the instructions in the README.md to compile OCP Fedora 38 but it failed as follows: ``` pywrap -i /usr/include/clang -l /usr/lib64/libclang.so all ocp.toml 0%| | 0/314 [00:00
The file `opencascade/BRepExtrema_ProximityValueTool.hxx` had an UTF-8 BOM at the start. This causes problems, esp. if the file is concatenated to something else when postprocessing. `python3 -m bindgen …` reports this:...
Hi Following your documentation, i run: pywrap -i /usr/include/clang/ -l /usr/lib64/libclang.so all ocp.toml but get this error finally: clang.cindex.LibclangError: /usr/lib64/libclang.so: undefined symbol: clang_CXXMethod_isDeleted. Please ensure that your python bindings are...
Hi @adam-urbanczyk, we would like to suggest additional tracing / logging calls in this or another fitting library between CadQuery/Build123d and OCCT. The idea is to catch and investigate strange...
I'm currently working through the canonical "Bottle" exercise as I try to teach myself OCP. I'm stumped at this step, where it appears like the DynamicType() method does not return...
Hi Friends, I need to use `math_Matrix` in an algorithm in python, but the c++ object is updated using non const references returned by `auto operator(int, int) -> double&`. In...
Ran into an issue recently where tessellation to VTK wasn't working: ```py import cadquery as cq import OCP shape = cq.Workplane().box(1, 1, 1).faces(">Z").hole(0.7).edges().fillet(0.03).val() vs = OCP.IVtkOCC.IVtkOCC_Shape(shape.wrapped) sd = OCP.IVtkVTK.IVtkVTK_ShapeData() sm...
I assume this is just a me issue. I just got a chromebook for a protable device and I had just heard about cadquery and thought it would work great...
According to the following documentation the package RWObj should be available at OCP (https://dev.opencascade.org/doc/refman/html/package_rwobj.html). The package is needed to export shapes as .obj file or to import a shape from...