iLogic RunRule arguments for sub components

iLogic RunRule arguments for sub components

herrwolf1
Enthusiast Enthusiast
518 Views
1 Reply
Message 1 of 2

iLogic RunRule arguments for sub components

herrwolf1
Enthusiast
Enthusiast

Which of the following options work with the "iLogicVb.RunRule" command?

 

1. The actual Inventor document object? {Inventor.Document}

2. The document name? {Part1.ipt}

3. The browser display name? {Part1:1}

      A. Is the hierarchy to the component required?

0 Likes
519 Views
1 Reply
Reply (1)
Message 2 of 2

pierre.masson
Alumni
Alumni

Hi

 

Not exactly sure about what you want to do. Vbrunrule is used to call an Ilogic Rule and you need to write the name of the rule.

 

If this is linked with Occurences, you will find some inspiration here :

 

http://beinginventive.typepad.com/being-inventive/2010/04/replacing-and-renaming-components-in-an-as...

 

  iLogicVb.RunRule(occ.Name, "Part number")

Pierre Masson Product Support Specialist PS MFG EMEA Autodesk, Inc.
0 Likes