SketchText.is2D Property

Parent Object: SketchText
Defined in namespace "adsk::fusion" and the header file is <Fusion/Sketch/SketchText.h>

Description

Indicates if this curve lies entirely on the sketch x-y plane.

Syntax

"sketchText_var" is a variable referencing a SketchText object.

# Get the value of the property.
propertyValue = sketchText_var.is2D
"sketchText_var" is a variable referencing a SketchText object.
#include <Fusion/Sketch/SketchText.h>

// Get the value of the property.
boolean propertyValue = sketchText_var->is2D();

Property Value

This is a read only property whose value is a boolean.

Version

Introduced in version March 2015