Share

AreaProperties.accuracy Property

Parent Object: AreaProperties
Defined in namespace "adsk::fusion" and the header file is <Fusion/Fusion/AreaProperties.h>

Description

Returns the accuracy that was used for the calculation.

Syntax

"areaProperties_var" is a variable referencing an AreaProperties object.

# Get the value of the property.
propertyValue = areaProperties_var.accuracy

Property Value

This is a read only property whose value is a CalculationAccuracy.

Samples

Name Description
API Sample for AreaProperties Demonstrates how to use AreaProperties

Version

Introduced in version March 2016

Was this information helpful?