refactor: 暂时禁用 DXF 文件保存功能
This commit is contained in:
3
main.py
3
main.py
@@ -261,7 +261,8 @@ def run_egm(para: Parameter, animation=None) -> dict:
|
|||||||
ground_angel,
|
ground_angel,
|
||||||
6,
|
6,
|
||||||
) # 最大电流时
|
) # 最大电流时
|
||||||
cad.save_as(f"egm{phase_conductor_foo + 1}.dxf")
|
# TODO: 暂时先不用。
|
||||||
|
# cad.save_as(f"egm{phase_conductor_foo + 1}.dxf")
|
||||||
min_distance_intersection = (
|
min_distance_intersection = (
|
||||||
np.sum(
|
np.sum(
|
||||||
(
|
(
|
||||||
|
|||||||
Reference in New Issue
Block a user