Share

RectangularPatternConstraintInput.isSymmetricInDirectionOne Property

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

Description

Gets and sets if the pattern in direction one is in one direction or is symmetric.

Syntax

"rectangularPatternConstraintInput_var" is a variable referencing a RectangularPatternConstraintInput object.

# Get the value of the property.
propertyValue = rectangularPatternConstraintInput_var.isSymmetricInDirectionOne

# Set the value of the property.
rectangularPatternConstraintInput_var.isSymmetricInDirectionOne = propertyValue

Property Value

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

Version

Introduced in version September 2022

Was this information helpful?