Share

SketchRadialDimension.textPosition Property

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

Description

Gets and sets position of the dimension text.

Syntax

"sketchRadialDimension_var" is a variable referencing a SketchRadialDimension object.

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

# Set the value of the property.
sketchRadialDimension_var.textPosition = propertyValue

Property Value

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

Version

Introduced in version August 2014

Was this information helpful?