如何通过二维
odb
或者
inp
文件网格导出二维图形,进而
extrude
生成三维网格。
答案:
script
命令:
PartFromOdb(...)
PartFromInstanceMesh(...)
Part2DGeomFrom2DMesh(...)
PartFromExtrude2DMesh(...)
PartFromSection3DMeshByPlane(...)
以下的两个
py
文件为
abaqus 6.6
版本支持的
py
文件
参考
py
文件(从
odb
文件中导出)
:
"""
Reads the output database file and imports the deformed shape of
the billet at the end of step 1 as an orphan mesh part.
The
orphan mesh part is then used to create a 2D solid part which
can be meshed by the user.
"""
from a