CircularPatternConstraintInput.isSymmetric Property

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

Description

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

Syntax

"circularPatternConstraintInput_var" is a variable referencing a CircularPatternConstraintInput object.

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

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

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

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

Property Value

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

Version

Introduced in version September 2022