docs(arch): Python-C++ bridge deep dive #152

Open
opened 2026-02-10 13:23:27 +00:00 by forbes · 0 comments
Owner

Document the Python-C++ bridge in depth: Py::Object wrapping in FileOriginPython, method dispatch mechanics, GIL considerations when calling Python from C++ origin methods, error propagation (Python exceptions -> C++ return values), and the FreeCADGui.addOrigin()/removeOrigin() registration path through to OriginManager.

Document the Python-C++ bridge in depth: Py::Object wrapping in FileOriginPython, method dispatch mechanics, GIL considerations when calling Python from C++ origin methods, error propagation (Python exceptions -> C++ return values), and the FreeCADGui.addOrigin()/removeOrigin() registration path through to OriginManager.
forbes added the documentation label 2026-02-10 13:23:27 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kindred/create#152