OCP
OCP copied to clipboard
Released sources from here https://github.com/CadQuery/OCP/releases do not require editing AFAICT, no need to use conda to compile them. _Originally posted by @adam-urbanczyk in https://github.com/CadQuery/pywrap/issues/49#issuecomment-1615026607_
When comparing the surface area of solids between the win-64 and linux-64 version, small differences can be observed. The following snippet is run on the same machine on both windows...
Is it possible to include `Image_AlienPixMap::Load` in the OCP build? The reason I ask is that it would be nice to be able to import images in CQ-editor's viewer and...
Testing the waters with this idea. When building this library on the conda-forge CI machines, the Windows builds intermittently run out of memory. I _think_ that breaking up the library...
I don't have an minimal example yet, but this is what caused the issue: ```python import cadquery as cq, math m2_hole = 2 bar_len, bar_ang, bar_w = 85, 35, 4...
Hello, It seems that AIS_Dimension and it's subclasses (AIS_AngleDimension , AIS_DiameterDimension, AIS_LengthDimension, AIS_RadiusDimension) are not binded. Is there a reason for that ? And if not would it be possible...
There is already a library called ocp: https://github.com/OpenCollaborationPlatform/OCP To avoid naming-conflicts it might be a good idea to rename this library to something different.
Calling method [EntityOwners](https://dev.opencascade.org/doc/occt-7.6.0/refman/html/class_a_i_s___interactive_context.html#a8cb62d753221eabc4b04f53585c1085f) of AIS_InteractiveContext requires data type [SelectMgr_IndexedMapOfOwner](https://dev.opencascade.org/doc/occt-7.6.0/refman/html/_select_mgr___indexed_map_of_owner_8hxx.html#a876693f57b4083b0db2e744396ca708f) which seems to be missing in module SelectMgr of OCP. Calling the function contains the following report: ``` TypeError: EntityOwners(): incompatible...
I'm packaging CadQuery for Gentoo. I've built OCP with the pre-generated "ubuntu" bindings sources as suggested in https://github.com/CadQuery/OCP/issues/132#issuecomment-1851412570 CadQuery master pytest segfaults in (through?) OCP: ``` python3.11 -m pytest -vv...