MEP bends - fixed bunch of bugs related to adjusting already existing bends types

This commit is contained in:
Andrej730
2023-09-15 15:07:36 +05:00
parent 6b15b08835
commit 37f1f6d125
2 changed files with 80 additions and 38 deletions
@@ -1456,7 +1456,7 @@ class ShapeBuilder:
"angle": degrees(theta),
"lateral_axis": lateral_axis,
"lateral_sign": lateral_sign,
"flip_z_axis": flip_z_axis,
"z_axis_sign": -1 if flip_z_axis else 1,
"main_profile_dimension": profile_dim[lateral_axis],
}
return rep, bend_data