Over 1.096.000 registered users (EN+CZ).
AutoCAD tips, Inventor tips, Revit tips.
Try the new precise Engineering calculator and the updated Barcode generator.
New AutoCAD 2026 commands and variables.
CAD tip # 9935:
Question
A
If you need to classify an Inventor document if a standard assembly and a weldment assembly, you can use the parameter "SubType". Try e.g. the following iLogic macro:
oModelDoc = ThisDoc.ModelDocument If oModelDoc.DocumentType=kAssemblyDocumentObject Then MsgBox("ASSEMBLY") If oModelDoc.SubType="{28EC8354-9024-440F-A8A2-0E0E55D635B0}" Then MsgBox("WELDMENT")
Inventor


4.8.2014
9314×
applies to: Inventor ·