SketchText.redefineAsFitOnPath Method
Parent Object:
SketchTextDefined in namespace "adsk::fusion" and the header file is <Fusion/Sketch/SketchText.h>
Description
Sets this SketchTextInput to define text that fits along a specified path. Fitting on a path will space the characters so the text fits along the entire length of the path entity.
Syntax
"sketchText_var" is a variable referencing a SketchText object.returnValue = sketchText_var.redefineAsFitOnPath(path, isAbovePath)
|
"sketchText_var" is a variable referencing a SketchText object.
#include <Fusion/Sketch/SketchText.h>
returnValue = sketchText_var->redefineAsFitOnPath(path, isAbovePath);
|
Return Value
boolean |
Returns true if the setting the definition was successful. |
Parameters
path |
Base |
The entity that defines the path for the text. This can be a SketchCurve or BRepEdge object. |
isAbovePath |
boolean |
Indicates if the text should be positioned above or below the path entity. |
Version
Introduced in version December 2020