FreeCAD Workbench: Добавлен интерфейс обратной связи для корректировки планов сборки

This commit is contained in:
Igor Brylyov 2024-06-19 20:46:50 +00:00
parent 05b1963a34
commit 8d9f913cbc
58 changed files with 3310 additions and 1581 deletions

View file

@ -0,0 +1,34 @@
[
{
"Name": "Fastener_Set",
"Type": "fastener_set",
"Parent": "body_down",
"Child": "body_up",
"Fasteners": [
"bolt4",
"bolt",
"bolt2",
"bolt3"
]
},
{
"Name": "Assembly_Sequence",
"Type": "asm_sequence",
"Parent": "body_down",
"Child": "sol_gear"
},
{
"Name": "Clearance_Constraint",
"Type": "clearance",
"PartName": [
"planet_gear002",
"planet_gear005",
"planet_gear004",
"planet_gear003",
"planet_gear",
"output_shaft",
"sol_gear"
],
"MaxClearance": 1.0
}
]

View file

@ -0,0 +1,34 @@
[
{
"Name": "Fastener_Set",
"Type": "fastener_set",
"Parent": "body_down",
"Child": "body_up",
"Fasteners": [
"bolt4",
"bolt",
"bolt2",
"bolt3"
]
},
{
"Name": "Assembly_Sequence",
"Type": "asm_sequence",
"Parent": "body_down",
"Child": "sol_gear"
},
{
"Name": "Clearance_Constraint",
"Type": "clearance",
"PartName": [
"planet_gear002",
"planet_gear005",
"planet_gear004",
"planet_gear003",
"planet_gear",
"output_shaft",
"sol_gear"
],
"MaxClearance": 1.0
}
]

Binary file not shown.

View file

@ -0,0 +1,10 @@
{
"sequences": [
"body_down",
"sol_gear",
"output_shaft",
"planet_gear",
"planet_gear002"
]
}

Binary file not shown.