SketchText.explode Method

Parent Object: SketchText
Defined 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.
returnValue = sketchText_var.explode()
"sketchText_var" is a variable referencing a SketchText object.

#include <Fusion/Sketch/SketchText.h>

returnValue = sketchText_var->explode();

Return Value

Type Description
SketchCurve[] Returns an array of the sketch curves that were created that represent the text.

Version

Introduced in version August 2016