Speed up Part List hiding process?

Speed up Part List hiding process?

mucip
Collaborator Collaborator
318 Views
2 Replies
Message 1 of 3

Speed up Part List hiding process?

mucip
Collaborator
Collaborator

Hi,

I'm writing code to split long part list in new sheets. Infact it's finished but very slow. Because each time I hide the line part list start to refresh itself...

 

I tryed to use

 

oDoc.DrawingSettings.DeferUpdates = True

 

But in this case I can only see empty part list on each page?!...

 

I just want to speed up process and I want to refresh part list view after than hiding process finished completely...

 

Regards,

Mucip:)

 

0 Likes
319 Views
2 Replies
Replies (2)
Message 2 of 3

Ralf_Krieg
Advisor
Advisor

Hello

 

I asked the same question over 1 year ago. Autodesk say, it would be really a nice API-Feature to suppress the recompute of partslist on every change. Still, there's no feature.

A signifikant speedup brings to add a new, empty sheet, activate it, perform the partslist change on the inactive sheet, activate back the original sheet and delete the empty one. Not as fast as the original, but faster.


R. Krieg
RKW Solutions
www.rkw-solutions.com
0 Likes
Message 3 of 3

mucip
Collaborator
Collaborator

Hi,

I tryed but didn't change. Maybe in miliseconds? 🙂 I couldn't see it...

 

Nevermind, I can split the long part list in to different pages and update. This is the best solution which I found untill Autodesk decide to do same.

 

Regards,

Mucip:)

0 Likes