Continue to Site

Welcome to 3DCADForums

Join our CAD community forums where over 25,000 users interact to solve day to day problems and share ideas. We encourage you to visit, invite you to participate and look forward to your input and opinions. Acrobat 3D, AutoCAD, Catia, Inventor, IronCAD, Creo, Pro/ENGINEER, Solid Edge, SolidWorks, and others.

Programming: How to speedup?

B

borjaa2001

Guest
Hi there!

I'm using an external VB6 program to modify the dimensions of SW prts. I have prts with a lot of equations linked to dimensions.

When I change those values they take long, 2 seconds each equation (think about 10-20 equations each prt).

I found an easy method to speedup this proces by chance. When the external program starts to change the prt eqs, if we click on any of the working SW menus, all goes faster!!

I think when we open the menu, SW makes less checks (maybe 'couse the mouse arrow is not over the prt), so I'd tried usin this from VB:
objApp.UserControlBackground = True
objApp.UserControl = False
but I don't obtain a significant improvement.

Did anybody know, how can we resolve this?

Thanks a lot
Borja
 

Articles From 3DCAD World

Sponsor

Back
Top