メッセージ1/3
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- パーマリンクを表示
- 印刷
- 報告
Hi forum,
I was looking for a code to check if the current opened document model is a sheet metal using iLogic and not the VBA editor
Best regards,
Felix
解決済! 解決策の投稿を見る。
Hi forum,
I was looking for a code to check if the current opened document model is a sheet metal using iLogic and not the VBA editor
Best regards,
Felix
解決済! 解決策の投稿を見る。
Hi, with this code fragment you will determine if the part file is sheet metal.
Dim doc As PartDocument = ThisDoc.Document If doc.SubType = "{9C464203-9BAE-11D3-8BAD-0060B0CE6BB4}" Then MessageBox.Show("This file is sheet metal") Else MessageBox.Show("This file is not sheet metal") End If
I hope this helps solve your problem. regards
Sergio Daniel Suarez
Mechanical Designer
| Upwork Profile | LinkedIn