Subroutine Type |
Utility/Setup |
|
Definition |
Used in conjuction with SPLINE_READ. It is used to store data read by SPLINE_READ within MotionSolve. |
|
Use |
This function can be called by SPLINE_READ. |
|
Calling Syntax |
CALL PUT_SPLINE(ID, NX, NZ, X, Y, Z, ERRFLG) |
|
Input Arguments |
[integer]ID |
The identifier of the corresponding Reference_Spline element. |
[integer]NX |
The number of elements in the array X. Must be greater than or equal to 4. |
|
[integer]NZ |
The number of elements in the array Z. Must be greater than or equal to 1. |
|
[double precision]X |
An array containing X values of the Reference_Spline element. Length must be greater than or equal to NX. |
|
[double precision]Y |
An array containing Y values of the Reference_Spline element. Length must be greater than or equal to NX times NZ. |
|
[double precision] Z |
An array containing Z values of the Reference_Spline element. Length must be greater than or equal to NZ. |
|
Output Values |
[logical]ERRFLG |
A logical flag that represents the success of the PUT_SPLINE function call. This is checked by SPLINE_READ. |
Example |
For an example of PUT_SPLINE, please refer to the install_path>\hwsolvers\usersub. |
See Also: