Tag: abaqus

从abaqus的python脚本读取excel数据

我正在使用abaqus,我想从Excel文件(如(X,Y,Z))读取值,我想在Excel文件本身得到一个输出。 Plz引导我,我一直在尝试,但我没有太多。 enter code here # -*- coding: mbcs -*- from part import * from material import * from section import * from assembly import * from step import * from interaction import * from load import * from mesh import * from optimization import * from job import * from sketch import * from […]