SketchAngularDimension.textPosition Property
Parent Object:
SketchAngularDimensionDefined in namespace "adsk::fusion" and the header file is <Fusion/Sketch/SketchAngularDimension.h>
Description
Gets and sets position of the dimension text.
Syntax
"sketchAngularDimension_var" is a variable referencing a SketchAngularDimension object.
# Get the value of the property. propertyValue = sketchAngularDimension_var.textPosition
# Set the value of the property. sketchAngularDimension_var.textPosition = propertyValue
|
"sketchAngularDimension_var" is a variable referencing a SketchAngularDimension object.
#include <Fusion/Sketch/SketchAngularDimension.h>
// Get the value of the property. Ptr<Point3D> propertyValue = sketchAngularDimension_var->textPosition();
// Set the value of the property, where value_var is a Point3D. bool returnValue = sketchAngularDimension_var->textPosition(value_var);
|
Property Value
This is a read/write property whose value is a
Point3D.
Version
Introduced in version August 2014