删除一个group里所有的帐号: cls ########################### # "Enter the site URL here" $SITEURL = "http://xxx/IT" # "Name of Site group from which users have to be removed" $SITEGROUP = "Portal Information Technology Visitors"
本节内容参考自书籍<Python语言在Abaqus中的应用>,注意:以下代码为伪代码,仅供参考 1.导入必要的模块,加载后处理odb文件 from abaqus import * from abaqusConstants import * from odbAccess import* import os odb=openOdb(path='job-1.odb') 2.常用获取模型数据的api #输出所有部件实例名称,在cae界面能看到结果,该部分代码只能在abaqus command环境下运行