AEC Systems
May 18, 2012, 02:59:41 pm *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Calendar Login Register  
Pages: [1]   Go Down
  Print  
Author Topic: Inventor iLogic Discussion... Sharing is Caring!  (Read 1610 times)
0 Members and 2 Guests are viewing this topic.
AndrewR
Administrator
Newbie
*****
Offline Offline

Posts: 7


« on: November 30, 2010, 07:55:53 am »

Hi Guys & Girls,

I've recently found a number of interesting code snippets for Inventor iLogic that some people will be interested in. I started this thread with the aim to share some of these discoveries and also to hear some of your own!

Please post up the code for any cool routines you may have come up with or links to interesting iLogic pages...

I'll start with these...

http://autodeskmfg.blogspot.com/search/label/web%20configurator

http://mfgcommunity.autodesk.com/blogs/blog/view/4/Real_Time_Design/

http://ellipsis-autodesk.typepad.com/blog/2010/05/inventor-on-steroids-ilogic-excel.html

http://usa.autodesk.com/adsk/servlet/ps/dl/item?siteID=123112&id=14860044&linkID=9242018

http://ilogicusersgroup.mmoguildsites.com/forums/57254

Happy Hunting...

AndrewR
Logged
AndrewR
Administrator
Newbie
*****
Offline Offline

Posts: 7


« Reply #1 on: December 08, 2010, 11:51:14 am »

Here is a blog i've just posted on how to extract the sheet metal flat extents using iLogic and use them in a BOM or Parts List... Something a lot of people have been asking about over the last year or so.

http://www.aecsystems.com.au/BLOG/entry/expand-inventor-sheet-metal-capabilities-with-just-3-lines-of-code.html

Happy iLogic-ing.
Logged
MartynB
Newbie
*
Offline Offline

Posts: 3


« Reply #2 on: December 17, 2010, 01:43:17 pm »


Here is a simple snippet that stops a rule from running with the Master LOD

Dim doc as AssemblyDocument = ThisDoc.Document
If doc.ComponentDefinition.RepresentationsManager.ActiveLevelOfDetailRepresentation.LevelOfDetail = LevelOfDetailEnum.kMasterLevelOfDetail  Then Return

Its comes in handy when using a rule to suppress and un-suppress components in assemblies.

Very good for when you have a "parts list" on the idw (I believe that the parts list uses the Master LOD)

Regards
Marty
Logged
Pages: [1]   Go Up
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!
Page created in 0.032 seconds with 19 queries.