Abaqus Python Command getSequenceFromMask

When recording operation using Macro Manager in Abaqus, some operations are showed using commmand “getSequenceFromMask”. It is totally unreadable. So we need to tell Abaqus to record this kind of operations in other manner.

By issuing command,

session.journalOptions.setValues(replayGeometry=COORDINATE, recoverGeometry=COORDINATE)

in the command line area in Abaqus, we can change the recording method to use coordinates when select vertex, edge, face, cell in the viewpoint. For example,

faces = mdb.models[’Model-1’].parts[’Part-1’].faces.findAt(((-1.0, -0.5,0.0), )), technique=STRUCTURED)
cells = mdb.models[’Model-1’].parts[’Part-1’].cells.findAt(((0.075, 0.05, 0.00016), ))

Although coordinates are not easy to find, too. :lol©

本文发表于水景一页。永久链接:<https://cnzhx.net/fe/2015/05/16/abaqus-python-command-getsequencefrommask/>。转载请保留此信息及相应链接。

雁过留声,人过留名

您的电子邮箱地址不会被公开。 必填项已用 * 标注

特别提示:与当前文章主题无关的讨论相关但需要较多讨论求助信息请发布到水景一页讨论区的相应版块,谢谢您的理解与合作!请参考本站互助指南
您可以在评论中使用如下的 HTML 标记来辅助表达: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>