Share

SVGImportOptions.isHorizontalFlip Property

Parent Object: SVGImportOptions
Defined in namespace "adsk::core" and the header file is <Core/Application/SVGImportOptions.h>

Description

Gets and sets if the SVG is flipped along the sketch X axis. This property defaults to false in a newly created SVGImportOptions object.

Syntax

"sVGImportOptions_var" is a variable referencing a SVGImportOptions object.

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

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

Property Value

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

Version

Introduced in version October 2022

Was this information helpful?