Add transform operations to the Feature Tree (#7307)

* Add transform operations

* Update output

* Add scale icon
This commit is contained in:
Jonathan Tran
2025-06-02 10:32:36 -04:00
committed by GitHub
parent eb79b1f746
commit 08781ff010
37 changed files with 6905 additions and 103 deletions

View File

@ -12,6 +12,38 @@ description: Operations executed import_whole_simple.kcl
},
"sourceRange": []
},
{
"type": "StdLibCall",
"name": "translate",
"unlabeledArg": {
"value": {
"type": "Solid",
"value": {
"artifactId": "[uuid]"
}
},
"sourceRange": []
},
"labeledArgs": {
"z": {
"value": {
"type": "Number",
"value": 1.0,
"ty": {
"type": "Default",
"len": {
"type": "Mm"
},
"angle": {
"type": "Degrees"
}
}
},
"sourceRange": []
}
},
"sourceRange": []
},
{
"type": "GroupEnd"
}