09-15-2022
05:27 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
09-15-2022
05:27 PM
First think I notice. How are you bringing in "g_inventorApplication" into the sub routine "CreateStandardPart"
Have you set the inventor application object earlier?
Also I don't think "SaveAsFile" method exists, it should be
Document.SaveAs( FileName As String, SaveCopyAs As Boolean )
oDoc.SaveAs(oPath & loc)
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