SketchText.asCurves Method
Parent Object: SketchTextDefined in namespace "adsk::fusion" and the header file is <Fusion/Sketch/SketchText.h>
Description
Returns the underlying curves that define the outline of the text. Calling this does not affect the SketchText and does not create any new sketch geometry but returns the geometrical definition of the sketch outline.
Syntax
"sketchText_var" is a variable referencing a SketchText object.
|
Return Value
Type | Description |
Curve3D[] | Returns an array of transient curves that represent the outline of the text. |