HyperWorks Desktop

*SetPrecision()

Sets the number of digits to the right of the decimal that are written to solver deck.

*SetPrecision()

Sets the number of digits to the right of the decimal that are written to solver deck.

Previous topic Next topic No expanding text in this topic  

*SetPrecision()

Sets the number of digits to the right of the decimal that are written to solver deck.

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

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

 

List of Preference Statements