設定的是[度] ;而匯入檔案後則變成[弳度]

pointed_idea
Contributor
Contributor

設定的是[度] ;而匯入檔案後則變成[弳度]

pointed_idea
Contributor
Contributor

您好
匯入.stp等檔案;匯入完成後;在工具-->文件設定-->單位-->角度
我設定的是[度] ;而匯入的則變成[弳度]。
請問;我要去哪裡設定修改

0 个赞
回复
已接受的解答 (2)
927 次查看
8 条回复
回复 (8)

王承之pmhker
Advisor
Advisor

降默认模板文件的单位设为度,如零件模板默认通常是(C:\Users\Public\Documents\Autodesk\Inventor 202X\Templates\zh-CN\Standard.ipt).

这样当导入STP零件时软件会以这个模板文件创建。


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


AGN L    EESignature

0 个赞

pointed_idea
Contributor
Contributor

您好:

依照您指示的路徑查詢;ipt內的設定不管是英制或公制;都顯示[度];而不是顯示[弳度]
還有哪個地方要改的;請協助

謝謝

0 个赞

王承之pmhker
Advisor
Advisor

首先在项目管理器中查看模板目录是否设置为默认

微信截图_20240531082515.jpg

 

然后再应用程序选项中配置默认模板,以及查看模板所在路径。

 

 

另外方便上传你的STP图档用于测试吗?


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


AGN L    EESignature

pointed_idea
Contributor
Contributor

您好:

模板指向設定都是[度];不之哪裡出了問題

附上stp檔案

謝謝

0 个赞

王承之pmhker
Advisor
Advisor

抱歉,经测试未能找到解决方案。

或者可以考虑导入后再使用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


AGN L    EESignature

0 个赞

pointed_idea
Contributor
Contributor

您好:

 

謝謝您的訊息;如果我使用导入后再使用iLogic批量设置单位
能否協助我

謝謝

0 个赞

王承之pmhker
Advisor
Advisor
已接受的解答
Dim partDoc As Document = ThisApplication.ActiveDocument
partDoc.UnitsOfMeasure.LengthUnits = UnitsTypeEnum.kMillimeterLengthUnits
partDoc.UnitsOfMeasure.AngleUnits = UnitsTypeEnum.kDegreeAngleUnits

 可以在如下链接中下载工具:

【Inventor小工具】规则批量添加器 | 捡得有 | 捡 是一种不劳而获的期许和态度... (pmhker.com)

然后将上述规则代码批量添加到工具中执行。

 

微信截图_20240531132801.jpg

 

首先将所有STP导入并保存为Inventor格式,再添加到上述工具中(步骤1)

然后复制规则代码到窗口,并任意设定名称(步骤2)

勾选“运行规则”和“运行后删除”选项,最后点击添加(步骤3)

 

另外可以确认的是模型单位是导出软件定义的,信息写在STP文件中。


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


AGN L    EESignature

lucas_zhang_82
Advocate
Advocate
已接受的解答