New CADforum look launched.
Over 1.081.000 registered users (EN+CZ). New 1D nesting and 3D nesting tools, updated Color converter. New AutoCAD 2025 commands and variables. Learn about twiGIS.
Over 1.081.000 registered users (EN+CZ). New 1D nesting and 3D nesting tools, updated Color converter. New AutoCAD 2025 commands and variables. Learn about twiGIS.
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
*CAD
16.5.2012
13981×
applies to: Inventor 2013 · Inventor 2012 ·