此处提供一种使用iLogic代码编制的 格式转换器,批量导出 dwg,dxf, pdf,jpg,png,tiff,igs,stp,x_t格式
界面如下
选择是需要导出的文档,然后选择文档(多种方式),选择导出格式,设置目录(默认为文档同目录),点击导出即可
卢卡斯把iLogic上升到了一个新高度。
If my post answers your question, please click the "Accept as Solution" button. This helps everyone find answers more quickly!
如果我的回帖解决了您的问题,请点击 "接受为解决方案" 按钮. 这可以帮助其他人更快的找到解决方案!
王 承之
Autodesk AGN [Inventor 俱乐部] Leader
Inventor Club | Bilibili
友情提醒:请根据内容马克正确的回复帖子为解决方案,其他评论如感谢和赞赏类的回复不是解决方案,请不要马克,谢谢大家的配合!
批量导出成step的文件名称如何自动读取零件iProperty属性里的字段,有一段工程图自动转换为单个PDF并重命名的规则,但不知道怎么改进H2 iLogic 格式转换里面,烦请赐教。
'取模型的文件名 Dim Str As String Str = s.DrawingViews.Item(1).ReferencedDocumentDescriptor.FullDocumentName Str = Right(Str, Len(Str) -InStrRev(Str, "\")) '拆分后工程图的命名方式,属性字段 ipro1 = iProperties.Value(Str,"Project", "Description") ipro2 = iProperties.Value(Str, "Project", "Part Number") ipro3 = iProperties.Value(Str, "Project", "Material") '新工程图文件名组成 Dim fname As String fileName = ipro1 & ipro2 oPath11 = "E:\项目文件(INVENTOR)\PDF" fname = oPath11 & "/" & fileName' & ".pdf " 'Set the destination file name oDataMedium.FileName =fname &".pdf" ' & ".pdf " ' "c:\temp\test.pdf" 'Publish document. Call PDFAddIn.SaveCopyAs(oDocument, oContext, oOptions, oDataMedium) num = num +1
与帖子主题不相关话题请另外单独发帖提问,谢谢
If my post answers your question, please click the "Accept as Solution" button. This helps everyone find answers more quickly!
如果我的回帖解决了您的问题,请点击 "接受为解决方案" 按钮. 这可以帮助其他人更快的找到解决方案!
王 承之
Autodesk AGN [Inventor 俱乐部] Leader
Inventor Club | Bilibili
先给大佬磕一个,
用过inventor自带的任务调度器、Autodesk app store里有批量格式的工具、ilogic自动导出配合批量运行ilogic规则,都容易崩溃,还是大佬的有用