MeasureResults.positionThree Property

Parent Object: MeasureResults
Defined in namespace "adsk::core" and the header file is <Core/Application/MeasureResults.h>

Description

This point is only used for angle measurements and is one of the three points defining the angle.

Syntax

"measureResults_var" is a variable referencing a MeasureResults object.

# Get the value of the property.
propertyValue = measureResults_var.positionThree
"measureResults_var" is a variable referencing a MeasureResults object.
#include <Core/Application/MeasureResults.h>

// Get the value of the property.
Ptr<Point3D> propertyValue = measureResults_var->positionThree();

Property Value

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

Samples

Name Description
Measure Sample Measure related functions

Version

Introduced in version December 2017