mmauldin
Bioengineer
- Jul 16, 2004
- 494
I posted this file in another thread as an example of one way to create a hole array. But I went back and looked closer and something was off.
Expression p14=floor(p9/minimum_hole Space) returns a value of 12 but only creates 11 points.
If I change it to p14=floor(p9/minimum_hole Space)+1 it returns a value of 13 but only creates 12 points.
Now for the kicker. If I change it to p14=floor(p9/minimum_hole Space)+2 it returns a value of 14 but now it actually creates 14 points.
Deleting the formula and using discrete numbers (12,13,14 etc.)returns the proper number of points.
Any ideas before I give GTAC a call?
NX 7.5.3.3
Expression p14=floor(p9/minimum_hole Space) returns a value of 12 but only creates 11 points.
If I change it to p14=floor(p9/minimum_hole Space)+1 it returns a value of 13 but only creates 12 points.
Now for the kicker. If I change it to p14=floor(p9/minimum_hole Space)+2 it returns a value of 14 but now it actually creates 14 points.
Deleting the formula and using discrete numbers (12,13,14 etc.)returns the proper number of points.
Any ideas before I give GTAC a call?
NX 7.5.3.3