12 2018 档案

摘要:Workbench的工作平台下可以利用Python进行一些操作,包括添加system和component等等。DM可以通过执行Jscript脚本进行自动建模,因此,结合这两块的内容,可以利用Python驱动DM执行Js脚本进行自动化建模。 首先创建好Jscript脚本文件,文件代码如下所示,代码创建 阅读全文

posted @ 2018-12-28 16:02 wj5891 阅读(292) 评论(0) 推荐(0)

摘要:##创建Geometry组件,并将文件导入到组件中。def CreateGeometry(step): global geoSystem template1 = GetTemplate(TemplateName="Geometry") geoSystem = template1.CreateSyst 阅读全文

posted @ 2018-12-20 13:43 wj5891 阅读(369) 评论(0) 推荐(0)

导航