摘要:
Python路径操作 import os import shutil def testPath(): sourcePath = os.getcwd() file = os.path.join(sourcePath,"frame_BAR_offset_16.bdf") #拼接路径 print(file 阅读全文
posted @ 2020-12-26 10:28
wjw1340
阅读(85)
评论(0)
推荐(0)
摘要:
Python调用Ansys、Nastran import os import shutil import subprocess def runAnsys(modelFile): #modelFile为cdb文件 sourcePath = os.getcwd() ansysWorkspace = os 阅读全文
posted @ 2020-12-26 09:20
wjw1340
阅读(1510)
评论(0)
推荐(0)

浙公网安备 33010602011771号