Files
create/src
forbes b7374d7b1f
Some checks failed
Build and Test / build (pull_request) Has been cancelled
fix(assembly): extend findPlacement() datum and origin handling (#55)
Add support for missing datum and origin object types in the Assembly
solver's findPlacement() function:

- App::Plane: handle XY/XZ/YZ origin planes with correct rotations
- App::Point: handle origin point (identity placement)
- PartDesign::Line: extract edge midpoint and direction from shape
- PartDesign::Point: extract vertex position from shape geometry
  instead of returning raw obj.Placement
- Add obj.Shape.isNull() validation to all PartDesign datum branches
- PartDesign::Plane falls back to obj.Placement on invalid shape
  instead of falling through to App.Placement()

Closes #55
2026-02-08 19:53:49 -06:00
..
2026-01-19 08:10:24 +01:00
2025-10-08 21:58:26 -05:00
2025-10-08 21:58:26 -05:00
2025-10-08 21:58:26 -05:00