From f5754fb51eb20ba965e22c2fd635cb60d88b930e Mon Sep 17 00:00:00 2001 From: Arjun Verma Date: Fri, 10 Jan 2025 19:00:03 +0530 Subject: [PATCH] Dropdown selector for base on chamfer and fillet (#664) Dropdown for chamfer and fillet --- packages/schema/src/schema/chamfer.json | 3 ++- packages/schema/src/schema/fillet.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/packages/schema/src/schema/chamfer.json b/packages/schema/src/schema/chamfer.json index f80544d2..3d308955 100644 --- a/packages/schema/src/schema/chamfer.json +++ b/packages/schema/src/schema/chamfer.json @@ -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", diff --git a/packages/schema/src/schema/fillet.json b/packages/schema/src/schema/fillet.json index 48403b56..f3c66bbb 100644 --- a/packages/schema/src/schema/fillet.json +++ b/packages/schema/src/schema/fillet.json @@ -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",