Share

SketchTextInput.isHorizontalFlip Property

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

Description

Gets and sets if the text is flipped horizontally.

Syntax

"sketchTextInput_var" is a variable referencing a SketchTextInput object.

# Get the value of the property.
propertyValue = sketchTextInput_var.isHorizontalFlip

# Set the value of the property.
sketchTextInput_var.isHorizontalFlip = propertyValue

Property Value

This is a read/write property whose value is a boolean.

Samples

Name Description
Sketch Text API Sample Demonstrates creating sketch text by creating both mult-line text and text along a curve.

Version

Introduced in version December 2020

Was this information helpful?