Over 1.118.000 registered users (EN+CZ).
AutoCAD tips, Inventor tips, Revit tips, Civil tips, Fusion tips.
The new Beam calculator, Spirograph generator and Regression curves in the Converters section.
New AutoCAD 2027 commands and sys.variables
CAD tip # 8632:
Question
A
With a simple iLogic macro you can check material assignment for each part saved from Inventor.
Creat a a new iLogic rule with the following contents:
materialName = ThisDoc.Document.ComponentDefinition.Material.Name If materialName = "Generic" Then objSPVoice = CreateObject("SAPI.SpVoice") objSPVoice.speak ("Your component has no material assigned") End If
As a trigger for this rule, set e.g. "Before document save". A part with no material assigned will report itself automatically on save, by "telling it" (voice).
The default material for parts, or iLogic macros can be preset in the part template - see I > Save as > Save copy as template.
Inventor2013Inventor2012
16.5.2012
16487×
this tip shared by ARKANCE experts applies to: Inventor 2013 · Inventor 2012 ·
![CAD Forum - ARKANCE Community - tips, tricks, discussion and utilities for AutoCAD, Inventor, Revit and other Autodesk products [www.cadforum.cz] CAD Forum - tips, tricks, discussion and utilities for AutoCAD, Inventor, Revit and other Autodesk products [www.cadforum.cz]](../common/arkance_186.png)

