Skip to content

Commit 32d9456

Browse files
feat: update metadata of pose comparison conponent
1 parent b466cd1 commit 32d9456

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/gh/components/DF_pose_comparison/metadata.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@
1414
"iconDisplay": 2,
1515
"inputParameters": [
1616
{
17-
"name": "i_CAD_poses",
18-
"nickname": "i_CAD_poses",
19-
"description": "The CAD poses to compare.",
17+
"name": "i_assembly",
18+
"nickname": "i_assembly",
19+
"description": "The DFAssembly of the structure.",
2020
"optional": false,
2121
"allowTreeAccess": true,
2222
"showTypeHints": true,
23-
"scriptParamAccess": "list",
23+
"scriptParamAccess": "item",
2424
"wireDisplay": "default",
2525
"sourceCount": 0,
26-
"typeHintID": "plane"
26+
"typeHintID": "ghdoc"
2727
},
2828
{
2929
"name": "i_measured_poses",

0 commit comments

Comments
 (0)