SketchTangentDistanceDimension.textPosition Property

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

Description

Gets and sets position of the dimension text.

Syntax

"sketchTangentDistanceDimension_var" is a variable referencing a SketchTangentDistanceDimension object.

# Get the value of the property.
propertyValue = sketchTangentDistanceDimension_var.textPosition

# Set the value of the property.
sketchTangentDistanceDimension_var.textPosition = propertyValue
"sketchTangentDistanceDimension_var" is a variable referencing a SketchTangentDistanceDimension object.
#include <Fusion/Sketch/SketchTangentDistanceDimension.h>

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

// Set the value of the property, where value_var is a Point3D.
bool returnValue = sketchTangentDistanceDimension_var->textPosition(value_var);

Property Value

This is a read/write property whose value is a Point3D.

Version

Introduced in version July 2022