Application.pointTolerance Property
Parent Object:
ApplicationDefined in namespace "adsk::core" and the header file is <Core/Application/Application.h>
Description
The modeling tolerance used internally when comparing two points. The value is in centimeters.
Syntax
"application_var" is a variable referencing an Application object.
# Get the value of the property. propertyValue = application_var.pointTolerance
|
"application_var" is a variable referencing an Application object.
#include <Core/Application/Application.h>
// Get the value of the property. double propertyValue = application_var->pointTolerance();
|
Property Value
This is a read only property whose value is a double.
Version
Introduced in version August 2014