Работающий модуль наложения ограничений

This commit is contained in:
Mark Voltov 2024-05-17 14:41:01 +03:00
parent db4e0d7ac9
commit a4da4aee68
5 changed files with 173 additions and 29 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
}
]

Binary file not shown.