Trevor Laughlin

Results 5 issues of Trevor Laughlin

https://dev.opencascade.org/content/open-cascade-technology-760-released

The call to `create_tets` creates an unresolved external symbol on Windows: ```cpp #include "geogram/mesh/mesh.h" int main(int argc, char *argv[]) { GEO::Mesh aMesh; aMesh.cells.create_tets(1); // This line causes error } ```...

I think the "wires" input in this method is updated by reference using "=" in OCC source and isn't captured in Python bindings. I had similar issues in pyOCCT in...

A reminder to rethink the need of this project in light of "Light OCCT" coming with OCCT 8.0 (early 2026?) https://github.com/Open-Cascade-SAS/OCCT/issues/791

Are there any plans or desire to include SMESH (from Salome Platform) as part of pythonocc-core? I think it was included many years ago. I've been working on [pyOCCT](https://github.com/trelau/pyOCCT) and...

open discussion