Share

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

Property Value

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

Version

Introduced in version December 2020

Was this information helpful?