Skip to main content
5-Regular Member
March 2, 2017
Question

How can I regenerate a drawing

  • March 2, 2017
  • 2 replies
  • 3152 views

Hy

I modify a note by Jlink. But if the command is finished I see the old note.

If I regenerate the drawing manual I see the new note also. The regenerate of the drawing doesn't work in the command.

Have anyone an idea?

Thanks a lot.

Dieter

2 replies

17-Peridot
March 2, 2017

24-Ruby III
March 2, 2017

Hi,

I am just guessing ...

pfcModel2D.Model2D.Regenerate ... does this method solve the problem ?

pfcSession.BaseSession.RunMacro ... I hope it helps ... you can record mapkey in Creo which does update action and then use its code by RunMacro method

MH