Twullf
Mechanical
- Jan 24, 2012
- 196
I have a program that I wrote in NX 7.5, where it works very quickly. This is designed to run in an assembly. In a nut shell the program does the following:
User selects face to be checked
User selects face being checked against
user selects center line (usually a spline curving in one direction)
Program places the datum on the spline
Program creates Wave-linked faces for the faces selected
Program places an intersection curve on both faces
Program takes 3 measurements
Program writes data into a file
Program moves the datum (which moves the intersection curves)
Repeat data gathering and move till the first surface selected runs out.
In NX 7.5 this runs nice a fast, but in NX 9.0 (using models created in NX 7.5 since I'm still setting everything up and making sure it works) the program runs incredibly slow. As in walk away and come back in half an hour and hope it is done.
Does anyone know if there have been significant changes in how intersection curves are handled in NX 9, or if it might be the wave linked faces, or if it has to do with something in the assembly functions. The program also frequently uses an update model callout to make sure the changes have been accepted in the 3D environment.
Thanks for the help.
User selects face to be checked
User selects face being checked against
user selects center line (usually a spline curving in one direction)
Program places the datum on the spline
Program creates Wave-linked faces for the faces selected
Program places an intersection curve on both faces
Program takes 3 measurements
Program writes data into a file
Program moves the datum (which moves the intersection curves)
Repeat data gathering and move till the first surface selected runs out.
In NX 7.5 this runs nice a fast, but in NX 9.0 (using models created in NX 7.5 since I'm still setting everything up and making sure it works) the program runs incredibly slow. As in walk away and come back in half an hour and hope it is done.
Does anyone know if there have been significant changes in how intersection curves are handled in NX 9, or if it might be the wave linked faces, or if it has to do with something in the assembly functions. The program also frequently uses an update model callout to make sure the changes have been accepted in the 3D environment.
Thanks for the help.