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.
"sketchTextInput_var" is a variable referencing a SketchTextInput object. | 
        
"sketchTextInput_var" is a variable referencing a SketchTextInput object. | 
        
| Type | Description | 
| boolean | Returns true if the setting the definition was successful. | 
| Name | Type | Description | 
| 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. | 
| Name | Description | 
| SketchTextInput.setAsFitOnPath | Demoonstrates the SketchTextInput.setAsFitOnPath method. |