Sets the number of digits to the right of the decimal that are written to solver deck.
Syntax |
*SetPrecision(key, specifier) |
|
Arguments |
Name |
Description |
key |
Determines the type of entity that the precision setting applies to. Valid key includes: SOLVER_FILE_COORD |
|
specifier |
Sets the number of digits to the right of the decimal. |
|
Example |
*BeginMDLDefaults() *SetPrecision(SOLVER_FILE_COORD, "%.4f") *EndMDLDefaults() |
|
Application |
MotionView. |
|
Comments |
Default precision is three digits to the right of the decimal. |
|
See also |
|
|
|