ScaleFeatureInput.zScale Property

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

Description

Gets the scale in Z direction.

Syntax

"scaleFeatureInput_var" is a variable referencing a ScaleFeatureInput object.

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

// Get the value of the property.
Ptr<ValueInput> propertyValue = scaleFeatureInput_var->zScale();

Property Value

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

Version

Introduced in version January 2015