AlongPathTextDefinition.path Property

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

Description

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

Syntax

"alongPathTextDefinition_var" is a variable referencing an AlongPathTextDefinition object.

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

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

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

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

Property Value

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

Version

Introduced in version December 2020