open a part from a drawing to see update

open a part from a drawing to see update

Anonymous
Not applicable
485 Views
3 Replies
Message 1 of 4

open a part from a drawing to see update

Anonymous
Not applicable

Using the 'Run Other' rule I can run a rule to switch holes on & off in a part. The rule is in the part & the run other rule in the drawing. The drawing will only update once the part is open. I would like to see the part open when the rule is ran from the drawing, how can this be done?

 

Thanks MES

run other.JPG

0 Likes
Accepted solutions (1)
486 Views
3 Replies
Replies (3)
Message 2 of 4

jdkriek
Advisor
Advisor
Accepted solution

You are looking for Launch() 😉

 

Dim File As String
File = "Circ Flat Membrane.ipt"
iLogicVb.RunRule(File, "NoHoles")
ThisDoc.Launch(File)

 

Jonathan D. Kriek
MFG Solutions Engineer
KETIV Technologies, Inc.


0 Likes
Message 3 of 4

Anonymous
Not applicable

Perfect

 

Many Thanks

0 Likes
Message 4 of 4

jdkriek
Advisor
Advisor

You're welcome 😉

Jonathan D. Kriek
MFG Solutions Engineer
KETIV Technologies, Inc.


0 Likes