Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
Anonymous
in reply to: Anonymous

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!!