RectangularPatternFeatureInput.isSymmetricInDirectionTwo Property

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

Description

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

Syntax

"rectangularPatternFeatureInput_var" is a variable referencing a RectangularPatternFeatureInput object.

# Get the value of the property.
propertyValue = rectangularPatternFeatureInput_var.isSymmetricInDirectionTwo

# Set the value of the property.
rectangularPatternFeatureInput_var.isSymmetricInDirectionTwo = propertyValue
"rectangularPatternFeatureInput_var" is a variable referencing a RectangularPatternFeatureInput object.
#include <Fusion/Features/RectangularPatternFeatureInput.h>

// Get the value of the property.
boolean propertyValue = rectangularPatternFeatureInput_var->isSymmetricInDirectionTwo();

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

Property Value

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

Version

Introduced in version January 2015