SketchText.explode Method
Parent Object: SketchTextDefined in namespace "adsk::fusion" and the header file is <Fusion/Sketch/SketchText.h>
Description
Explodes the SketchText into a set of curves. The original SketchText is deleted as a result of calling this.
Syntax
"sketchText_var" is a variable referencing a SketchText object.
|
Return Value
Type | Description |
SketchCurve[] | Returns an array of the sketch curves that were created that represent the text. |