CalculationAccuracy Enumerator

Description

The different accuracy settings for calculating area and physical property related values. The higher the accuracy setting, the longer it will take to perform the calculations.
Defined in namespace "adsk::fusion" and the header file is <Fusion\FusionTypeDefs.h>

Methods

Name Value Description
HighCalculationAccuracy 2 Sets the calculation accuracy to high, which returns results within a +/- 0.1% error margin.
LowCalculationAccuracy 0 Sets the calculation accuracy to low, which returns results within a +/- 1% error margin.
MediumCalculationAccuracy 1 Sets the calculation accuracy to medium, which returns results within a +/- 0.5% error margin.
VeryHighCalculationAccuracy 3 Sets the calculation accuracy to very high, which returns results within a +/- 0.01% error margin.

Version

Introduced in version March 2016