Skip to content

Commit

Permalink
Dropdown selector for base on chamfer and fillet (#664)
Browse files Browse the repository at this point in the history
Dropdown for chamfer and fillet
  • Loading branch information
arjxn-py authored Jan 10, 2025
1 parent 8bd935f commit f5754fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/schema/src/schema/chamfer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"properties": {
"Base": {
"type": "string",
"description": "The name of input object"
"description": "The name of input object",
"fcType": "App::PropertyLink"
},
"Edge": {
"type": "number",
Expand Down
3 changes: 2 additions & 1 deletion packages/schema/src/schema/fillet.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"properties": {
"Base": {
"type": "string",
"description": "The name of input object"
"description": "The name of input object",
"fcType": "App::PropertyLink"
},
"Edge": {
"type": "number",
Expand Down

0 comments on commit f5754fb

Please sign in to comment.