PathPatternFeatureInput.isSymmetric Property
Parent Object:
PathPatternFeatureInputDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/PathPatternFeatureInput.h>
Description
Gets and sets if the pattern is in one direction or symmetric.
Syntax
"pathPatternFeatureInput_var" is a variable referencing a PathPatternFeatureInput object.
# Get the value of the property. propertyValue = pathPatternFeatureInput_var.isSymmetric
# Set the value of the property. pathPatternFeatureInput_var.isSymmetric = propertyValue
|
"pathPatternFeatureInput_var" is a variable referencing a PathPatternFeatureInput object.
#include <Fusion/Features/PathPatternFeatureInput.h>
// Get the value of the property. boolean propertyValue = pathPatternFeatureInput_var->isSymmetric();
// Set the value of the property, where value_var is a boolean. bool returnValue = pathPatternFeatureInput_var->isSymmetric(value_var);
|
Property Value
This is a read/write property whose value is a boolean.
Version
Introduced in version November 2014