Click or drag to resize
SoOutputSetDoublePrecision Method

Sets the precision for writing floating point numbers (type double), i.e. the number of significant digits.

Namespace: OIV.Inventor
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void SetDoublePrecision(
	int precision
)

Parameters

precision
Type: SystemInt32
Remarks

Floating point numbers are written using %.xg format, where 'x' is the value of the precision argument.

See Also