Fix sketch groups and extrude groups when used inside objects (#3439)

* Fix SketchGroups and ExtrudeGroups to work with user objects

* Fix to never clone more than once

* Fix error messages to be more helpful

* Add test
This commit is contained in:
Jonathan Tran
2024-08-15 01:37:33 -04:00
committed by GitHub
parent 75ae4b4a4a
commit 0916f990cb
3 changed files with 54 additions and 6 deletions

View File

@ -85,3 +85,4 @@ gen_test_fail!(
object_prop_not_found,
"undefined value: Property 'age' not found in object"
);
gen_test!(sketch_group_in_object);