OCP
OCP copied to clipboard
Hello, I'm trying to implement the reading of PMI annotations (Geometrical Dimensions and tolerances) from a step file using OCP. I have a C++ code that is working fine and...
Hello, I am trying to create a pipe like object, with a path and a section using the `BRepOffsetAPI_MakePipeShell` builder. But oftentimes I get the following error message: builder.Build() OCP.Standard.Standard_Failure:...
`TopoDS_Shape` used to have a `.HashCode()` method and it now uses the builtin `hash()` (via `.__hash__()`). However it still uses a `.IsEqual()` method and does not implement `==` (via `.__eq__()`)....
I might be wrong, but I think the distance field function as described [here ](https://dev.opencascade.org/doc/refman/html/class_b_v_h___distance_field.html) is not exposed in the OCP typing stubs. If there is another way to export...
Dump symbols should be run within the `CMAKE_SOURCE_DIR`. If cmake tries to run it with a different working directory it fails to find the script and generates output in the...
OCP seems to generate wrong function signature for array arguments. For example, OCCT has: ```c void HLRAlgo::InitMinMax (const Standard_Real Big, Standard_Real Min[16], Standard_Real Max[16]) ``` But OCP lists `OCP.HLRAlgo.HLRAlgo.InitMinMax_s()` as:...