Anonymous
in reply to:
Anonymous
06-28-2019
06:12 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
06-28-2019
06:12 AM
Step 1 to automatically generate a drawing is working with this code:-
'Ask to create drawing?
dwgQuery=MsgBox("Would you like to Create a drawing for this MODEL?", vbYesNo,"Drawing Selection")
If dwgQuery=vbYes
ThenoPartDoc=ThisDoc.Document
'Define IDW Template File Location
ThisDoc.Launch("C:\VaultWorkingFolder\Designs\Templates\Silencer Drawing.idw")
End If
The next step is to automatically generate a front and side view on that drawing. Can anyone help?
Even just one view would do the trick!!