FitOnPathTextDefintion.path Property

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

Description

Get and sets the entity that defines the path for the text. This can be a SketchCurve or BRepEdge object.

Syntax

"fitOnPathTextDefintion_var" is a variable referencing a FitOnPathTextDefintion object.

# Get the value of the property.
propertyValue = fitOnPathTextDefintion_var.path

# Set the value of the property.
fitOnPathTextDefintion_var.path = propertyValue
"fitOnPathTextDefintion_var" is a variable referencing a FitOnPathTextDefintion object.
#include <Fusion/Sketch/FitOnPathTextDefintion.h>

// Get the value of the property.
Ptr<Base> propertyValue = fitOnPathTextDefintion_var->path();

// Set the value of the property, where value_var is a Base.
bool returnValue = fitOnPathTextDefintion_var->path(value_var);

Property Value

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

Version

Introduced in version December 2020