You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Though we have point-and-click flows for some modeling operations like extrude and fillet, after they are added users are left to edit the output KCL code directly if they wish to make any changes to the operation after the fact. We should support the ability to edit these parameters using the same GUI command bar flow as when they perform the original oepration.
Engine notes
None, requires no engine intervention
API/KCL notes
None, requires no new KCL representations
Point-and-click notes
User will double-click or right-click menu to edit
Need to be able to re-invoke command bar with previously-entered values
Need to re-select the selected items when revisiting the selection argument
Instead of adding to code, this command flow will edit an AST node's arguments.
Future work: better review view in the command bar
The text was updated successfully, but these errors were encountered:
franknoirot
changed the title
Add ability to edit sketch by double-clicking on a past sketch operation
Add ability to edit past operations in feature tree by double-clicking them in feature tree
Nov 8, 2024
Though we have point-and-click flows for some modeling operations like extrude and fillet, after they are added users are left to edit the output KCL code directly if they wish to make any changes to the operation after the fact. We should support the ability to edit these parameters using the same GUI command bar flow as when they perform the original oepration.
Engine notes
None, requires no engine intervention
API/KCL notes
None, requires no new KCL representations
Point-and-click notes
The text was updated successfully, but these errors were encountered: