script
命令:
PartFromOdb(...)
PartFromInstanceMesh(...)
Part2DGeomFrom2DMesh(...)
PartFromExtrude2DMesh(...)
PartFromSection3DMeshByPlane(...)
以下的两个
cpi什么意思
py
文件为
abaqus 6.6
版本支持的
py
昨天英语怎么说文件
参考
角瓜鸡蛋饼
py
空想主义文件(从
华为手机删除的照片如何恢复odb
文件中导出)
:
"""
Reads the output databa 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 ud to create a 2D solid part which
can be meshed by the ur.
"""
from abaqus import *
from abaqusConstants import *
import part
# NOTE:
USER MUST DEFINE THESE V
榴莲煲汤ARIABLES.
odbName = 'Job-2.odb'
# Name of output databa file.
modelName = 'Model-1'
# Model name.
orphanInstance = 'PART-1-1' # Deformed instance name.
deformedShape = DEFORMED
# Shape.
angle = 15.0
# Feature angle.
importStep = 2
# Step number.
墨水屏原理# Import orphan mesh part.
orphanBillet =&dels['Model-1'].PartFromOdb(fileName=odbName,
name='orphanBillet',
instance=orphanInstance,
shape=deformedShape,
step=importStep)
# Extract 2D profile and create a solid part.