*SetPrecision()
Sets the number of digits to the right of the decimal that are written to solver deck.
Syntax
*SetPrecision (key, specifier)
Application
MotionView
Inputs
- key
- Determines the type of entity that the precision setting applies to.
- specifier
- Sets the number of digits to the right of the decimal.
Example
*BeginMDLDefaults()
*SetPrecision(SOLVER_FILE_COORD, "%.4f")
*EndMDLDefaults()
Comments
Default precision is three digits to the right of the decimal.