feat: advance FreeCAD parity verification and runtime boundaries
Some checks failed
real-verification / chrome (push) Has been cancelled
real-verification / freecad-oracle (push) Has been cancelled
real-verification / wasm (push) Has been cancelled

This commit is contained in:
2026-08-11 02:14:45 -04:00
parent 26ea9b57d7
commit 2be18a511e
31 changed files with 451 additions and 57 deletions

View File

@@ -238,6 +238,11 @@ const recognizedTypeIds = new Set([
'PartDesign::LinearPattern',
'PartDesign::PolarPattern',
'PartDesign::Hole',
'PartDesign::Plane',
'PartDesign::Line',
'PartDesign::Point',
'PartDesign::ShapeBinder',
'PartDesign::SubShapeBinder',
'Sketcher::SketchObject',
'Path::Feature',
])