Share

SketchDistanceBetweenLineAndPlanarSurfaceDimension.textPosition Property

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

Description

Gets and sets position of the dimension text.

Syntax

"sketchDistanceBetweenLineAndPlanarSurfaceDimension_var" is a variable referencing a SketchDistanceBetweenLineAndPlanarSurfaceDimension object.

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

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

Property Value

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

Version

Introduced in version September 2023

Was this information helpful?