Over 1.092.000 registered users (EN+CZ).
AutoCAD tips, Inventor tips, Revit tips.
Try the new precise Engineering calculator.
New AutoCAD 2026 commands and variables.
CAD tip # 9477:
Question
A
With the following iLogic macro you can save a copy of your Inventor IDW drawing to a DWG-format file named by the current revision number as set in iProperties - e.g. MyPart-A.dwg:
altName = "-" & iProperties.Value("Project","Revision Number") & ".dwg" ThisDoc.Document.SaveAs(ThisDoc.PathAndFileName(False) & altName,True) MessageBox.Show(ThisDoc.FileName(False) & altName & " saved!!" & vbCrLf & vbCrLf & ThisDoc.Path , "Save As")
Inventor


3.10.2013
10926×
applies to: Inventor ·