Remove SketchBlock operation in favor of a new Group type#10838
Remove SketchBlock operation in favor of a new Group type#10838
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Merging this PR will not alter performance
Comparing Footnotes
|
rust/kcl-lib/src/execution/cad_op.rs
Outdated
There was a problem hiding this comment.
If it were me, I would delete this since the information is now in the GroupBegin and its Group. It makes it more similar to how function calls work.
Stacked on #10780.
Started as just a little fix but now pivoted to using the Group approach to deal with nested items under a sketch block.