02-21-2022
01:58 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
02-21-2022
01:58 PM
In the save as snippet you are saving as an autocad dwg instead of inventor dwg. You will need to change the saving method.
Replace
DrawingDocument.SaveAs( FileName As String, SaveCopyAs As Boolean )
with
DrawingDocument.SaveAsInventorDWG( FullFileName As String, SaveCopyAs As Boolean )
If this solved a problem, please click (accept) as solution.
Or if this helped you, please, click (like)
Regards
Alan
Or if this helped you, please, click (like)
Regards
Alan