ScaleFeatureInput.isUniform Property

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

Description

Gets if the scale is uniform.

Syntax

"scaleFeatureInput_var" is a variable referencing a ScaleFeatureInput object.

# Get the value of the property.
propertyValue = scaleFeatureInput_var.isUniform
"scaleFeatureInput_var" is a variable referencing a ScaleFeatureInput object.
#include <Fusion/Features/ScaleFeatureInput.h>

// Get the value of the property.
boolean propertyValue = scaleFeatureInput_var->isUniform();

Property Value

This is a read only property whose value is a boolean.

Version

Introduced in version January 2015