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