CircularPatternConstraint.isSymmetric Property

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

Description

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

Syntax

"circularPatternConstraint_var" is a variable referencing a CircularPatternConstraint object.

# Get the value of the property.
propertyValue = circularPatternConstraint_var.isSymmetric

# Set the value of the property.
circularPatternConstraint_var.isSymmetric = propertyValue
"circularPatternConstraint_var" is a variable referencing a CircularPatternConstraint object.
#include <Fusion/Sketch/CircularPatternConstraint.h>

// Get the value of the property.
boolean propertyValue = circularPatternConstraint_var->isSymmetric();

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

Property Value

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

Version

Introduced in version September 2022