Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MintJulep on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

NX motion simulation

Status
Not open for further replies.

rootek

Mechanical
Joined
Oct 21, 2013
Messages
5
Location
CH
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top