This function converts the units from the property file to Motion Solve model units.
int c_rto_file2ms_conversion_factors(double *fCf, double *lCf, double *tCf, double *aCf);
Argument |
Type |
|
Description |
---|---|---|---|
fCf |
Double Precision |
Input |
Converts units of Force from TeimOrbit file to MotionSolve model units. |
lCf |
Double Precision |
Input |
Converts units of Length from TeimOrbit file to MotionSolve model units. |
tCf |
Double Precision |
Input |
Converts units of Time from TeimOrbit file to MotionSolve model units. |
aCf |
Double Precision |
Input |
Converts units of Angle from TeimOrbit file to MotionSolve model units. |