rootek
Mechanical
- Oct 21, 2013
- 5
Hello,
I got a problem with NX motion simulation module. I'm trying to define AKISPL. According to what I've found on internet, format of this function is:
AKISPL(x,0,id, n)
where
x - The independent variable of the curve.
z - The independent variable z of the surface. Use z=0 if only one curve is being defined.
id - The ID of the Reference_Spline element.
n - The order of the derivative desired. Not applicable with surfaces. Must lie between 0 and 2.
It almost works. I got a problem with defining id parameter. I draw a spline, but i don't know how to use it in AKISPL.
I tried AKISPL(time, 0, SPLINE(0), 1), AKISPL(time, 0, SKETCH_001.SPLINE(0), 1), AKISPL(time, 0, 0, 1) and I don't know how I should define it.
rootek
I got a problem with NX motion simulation module. I'm trying to define AKISPL. According to what I've found on internet, format of this function is:
AKISPL(x,0,id, n)
where
x - The independent variable of the curve.
z - The independent variable z of the surface. Use z=0 if only one curve is being defined.
id - The ID of the Reference_Spline element.
n - The order of the derivative desired. Not applicable with surfaces. Must lie between 0 and 2.
It almost works. I got a problem with defining id parameter. I draw a spline, but i don't know how to use it in AKISPL.
I tried AKISPL(time, 0, SPLINE(0), 1), AKISPL(time, 0, SKETCH_001.SPLINE(0), 1), AKISPL(time, 0, 0, 1) and I don't know how I should define it.
rootek