ScaleFeatureInput.yScale Property
Parent Object:
ScaleFeatureInputDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/ScaleFeatureInput.h>
Description
Gets the scale in Y direction.
Syntax
"scaleFeatureInput_var" is a variable referencing a ScaleFeatureInput object.
# Get the value of the property. propertyValue = scaleFeatureInput_var.yScale
|
"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->yScale();
|
Property Value
This is a read only property whose value is a
ValueInput.
Version
Introduced in version January 2015