RectangularPatternConstraint.isSymmetricInDirectionOne Property

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

Description

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

Syntax

"rectangularPatternConstraint_var" is a variable referencing a RectangularPatternConstraint object.

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

# Set the value of the property.
rectangularPatternConstraint_var.isSymmetricInDirectionOne = propertyValue
"rectangularPatternConstraint_var" is a variable referencing a RectangularPatternConstraint object.
#include <Fusion/Sketch/RectangularPatternConstraint.h>

// Get the value of the property.
boolean propertyValue = rectangularPatternConstraint_var->isSymmetricInDirectionOne();

// Set the value of the property, where value_var is a boolean.
bool returnValue = rectangularPatternConstraint_var->isSymmetricInDirectionOne(value_var);

Property Value

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

Version

Introduced in version September 2022