CAD Forum - tips, tricks, discussion and utilities for AutoCAD, Inventor, Revit and other Autodesk products [www.cadforum.cz] ARKANCE | CONTACT - CZ | SK | EN | DE

CAD tip CAD tip # 8632:

Question

CAD 
 %  platform  category 
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
100% *CAD
16.5.2012   16487×  
   
this tip shared by ARKANCE experts applies to: Inventor 2013 · Inventor 2012 ·

See also:
Tip 14975:iLogic Codeblocks - visual programming in Inventor 2027
Tip 14641:Automatic naming of Inventor drawing sheets according to the first model (iLogic).
Tip 14634:Physical units conversion tool in an Inventor palette.
Tip 14611:Contribution of individual features to the total mass of an Inventor part (iLogic).
Tip 14527:Search/Replace texts in Inventor drawings - iLogic.


Back    All CAD Tips



Have we helped you? If you want to support the CAD Forum web service, consider buying one of our CAD applications, or our custom software development offerings, or donating via PayPal (see above). You may also add a link to your web - like this "fan" link: CAD Forum - tips, utilities, blocks for Autodesk products
CAD: 
OS: 
Categ: 
Text:
 FAQ
  



Featuring:
Increase your productivity with our set of BIM add-on functions for Autodesk Revit
Be.Smart T4R More info


Please use these tips at your own risk.
ARKANCE is not responsible for possible problems that may occur as a result of using any of these tips.
TOPlist